[]
        
(Showing Draft Content)

C1.CalcEngine.ErrorInfo

ErrorInfo Class

Provides a information about error of evaluating or parsing.

Inheritance
ErrorInfo
Namespace: C1.CalcEngine
Assembly: C1.CalcEngine.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.