Class ErrorCodeAttribute
This attribute describes error code. Used for converting error messages from and to string.
Inheritance
System.Object
    ErrorCodeAttribute
  Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ErrorCodeAttribute : Attribute
  Constructors
ErrorCodeAttribute(String, Int32)
Creates attribute for error with specified string value and error code.
Declaration
public ErrorCodeAttribute(string stringValue, int errorCode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | stringValue | String representation of the error.  | 
      
| System.Int32 | errorCode | Error code.  | 
      
Properties
ErrorCode
Declaration
public int ErrorCode { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
StringValue
Declaration
public string StringValue { get; }
  Property Value
| Type | 
|---|
| System.String |