Input for WinForms | ComponentOne
C1.Win.Input Namespace / ParseEventArgs Class / ErrorInfo Property

In This Topic
    ErrorInfo Property (ParseEventArgs)
    In This Topic
    Error information in case of parsing failure. Can be set in event code in Parsing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorInfo As ErrorInfo
    public ErrorInfo ErrorInfo {get;}
    See Also