Provides methods and properties used to define and manage a calculation error value.

Inheritance

constructor

public ExcelCalcErrorValue(ExcelCalcErrorCode code)

Returns ExcelCalcErrorValue

constructor

public ExcelCalcErrorValue(ExcelCalcErrorCode code, string message)

Returns ExcelCalcErrorValue

constructor

public ExcelCalcErrorValue(ExcelCalcErrorCode code, string message, object value)

Returns ExcelCalcErrorValue

Gets the error code for this class instance

public ExcelCalcErrorCode Code { get; }

Gets the error object for this class instance

public object ErrorValue { get; }

Gets error message for this class instance. Note that when setting this property the message is assumed to be localized.

public string Message { get; }

Return a string message that denotes reason for error

public override string ToString()

Returns any