ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ScriptErrorInfo Class
Properties Methods


In This Topic
    ScriptErrorInfo Class Members
    In This Topic

    The following tables list the members exposed by ScriptErrorInfo.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a full message with a information about error, contains: position and message.  
    Public PropertyGets a value that indicates a length of error. This value is used for underline errors. (Inherited from C1.ExpressionEditor.Engine.ErrorInfo)
    Public PropertyOverridden. Gets a message with a information about error.  
    Public PropertyGets a value that indicates a position of error. (Inherited from C1.ExpressionEditor.Engine.ErrorInfo)
    Public PropertyGets a value that indicates a ErrorType of error.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether the specified ScriptErrorInfo is equal to the current ScriptErrorInfo.  
    Public MethodOverridden. Serves as a hash function for a particular type.  
    Top
    See Also