ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / Exception Property

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