ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.ExpressionEditor.Engine Namespace / ScriptErrorInfo Class / Type Property

In This Topic
    Type Property (ScriptErrorInfo)
    In This Topic
    Gets a value that indicates a ErrorType of error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ErrorType
    public ErrorType Type {get;}
    See Also