ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.ExpressionEditor.Engine Namespace / ScriptErrorInfo Class / ScriptErrorInfo Constructor
The position of new error.
The length of new error.
The ErrorType of error.

In This Topic
    ScriptErrorInfo Constructor
    In This Topic
    Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As System.Integer, _
       ByVal length As System.Integer, _
       ByVal type As ErrorType _
    )
    public ScriptErrorInfo( 
       System.int position,
       System.int length,
       ErrorType type
    )

    Parameters

    position
    The position of new error.
    length
    The length of new error.
    type
    The ErrorType of error.
    See Also