Constructor TokenMgrError
TokenMgrError()
No arg constructor.
Declaration
public TokenMgrError()
TokenMgrError(String, Int32)
Constructor with message and reason.
Declaration
public TokenMgrError(string message, int reason)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | reason |
TokenMgrError(Boolean, Int32, Int32, Int32, String, Char, Int32)
Full Constructor.
Declaration
public TokenMgrError(bool eofSeen, int lexState, int errorLine, int errorColumn, string errorAfter, char curChar, int reason)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | eofSeen | |
System.Int32 | lexState | |
System.Int32 | errorLine | |
System.Int32 | errorColumn | |
System.String | errorAfter | |
System.Char | curChar | |
System.Int32 | reason |
TokenMgrError(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public TokenMgrError(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |