ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / Exception Property

In This Topic
    Exception Property (TextValidationErrorEventArgs)
    In This Topic
    Gets the exception that initially triggered the TextValidationError event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Exception As Exception
    public Exception Exception {get;}
    See Also