ScriptErrorInfo Class Members
In This Topic
The following tables list the members exposed by ScriptErrorInfo.
Public Constructors
| Name | Description |
| ScriptErrorInfo Constructor | Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error. |
Top
Public Properties
| Name | Description |
| FullMessage | Overridden. Gets a full message with a information about error, can contain: position, length and etc. |
| 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. |
Top
Public Methods
| Name | Description |
| Equals | Overridden. Determines whether the specified ErrorInfo is equal to the current ErrorInfo. |
| GetHashCode | Overridden. Serves as a hash function for a particular type. |
Top
See Also