Provides methods and properties used to define and manage a calculation error value.
Inheritance
object
Constructors
Section titled "Constructors"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
Properties
Section titled "Properties"Gets the error code for this class instance
public ExcelCalcErrorCode Code { get; } ErrorValue
Section titled "ErrorValue"Gets the error object for this class instance
public object ErrorValue { get; } Message
Section titled "Message"Gets error message for this class instance. Note that when setting this property the message is assumed to be localized.
public string Message { get; } Methods
Section titled "Methods"ToString()
Section titled "ToString()"Return a string message that denotes reason for error
public override string ToString()