ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input 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