[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.ScriptErrorInfo

ScriptErrorInfo Class

Provides a information about error of evaluating or parsing.

Inheritance
ScriptErrorInfo
Namespace: C1.ExpressionEditor.Engine
Assembly: C1.Win.ExpressionEditor.8.dll
Syntax
public class ScriptErrorInfo : ErrorInfo

Constructors

Name Description
ScriptErrorInfo(int, int, ErrorType)

Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.

Properties

Name Description
FullMessage

Gets a full message with a information about error, contains: position and message.

Message

Gets a message with a information about error.

Type

Gets a value that indicates a ErrorType of error.

Methods

Name Description
Equals(object)

Determines whether the specified ScriptErrorInfo is equal to the current ScriptErrorInfo.

GetHashCode()

Serves as a hash function for a particular type.