ComponentOne Expression Editor for WPF
ScriptErrorInfo Constructor

C1.WPF.ExpressionEditor.4 Assembly > C1.ExpressionEditor.Engine Namespace > ScriptErrorInfo Class : ScriptErrorInfo Constructor
The position of new error.
The length of new error.
The ErrorType of error.
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

Reference

ScriptErrorInfo Class
ScriptErrorInfo Members