[]
        
(Showing Draft Content)

C1.ExpressionEditor.Engine.ErrorInfo

ErrorInfo Class

Provides a information about error of evaluating or parsing.

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

Constructors

Name Description
ErrorInfo()

Properties

Name Description
FullMessage

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.

Message

Gets a message with a information about error.

Position

Gets a value that indicates a position of error.

Methods

Name Description
Equals(object)

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

GetHashCode()

Serves as a hash function for a particular type.