Name | Description | |
---|---|---|
ScriptErrorInfo Constructor | Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error. |
The following tables list the members exposed by ScriptErrorInfo.
Name | Description | |
---|---|---|
ScriptErrorInfo Constructor | Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error. |
Name | Description | |
---|---|---|
FullMessage | Overridden. Gets a full message with a information about error, contains: position and message. | |
Length | Gets a value that indicates a length of error. This value is used for underline errors. (Inherited from C1.ExpressionEditor.Engine.ErrorInfo) | |
Message | Overridden. Gets a message with a information about error. | |
Position | Gets a value that indicates a position of error. (Inherited from C1.ExpressionEditor.Engine.ErrorInfo) | |
Type | Gets a value that indicates a ErrorType of error. |
Name | Description | |
---|---|---|
Equals | Overridden. Determines whether the specified ScriptErrorInfo is equal to the current ScriptErrorInfo. | |
GetHashCode | Overridden. Serves as a hash function for a particular type. |