WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / TextValidationErrorEventArgs Class / TextValidationErrorEventArgs Constructor
The exception that initially triggered the TextValidationError event.
The text being parsed.
In This Topic
    TextValidationErrorEventArgs Constructor
    In This Topic
    Initializes a new instance of the TextValidationErrorEventArgs class.
    Syntax
    public TextValidationErrorEventArgs( 
       Exception exception,
       string text
    )

    Parameters

    exception
    The exception that initially triggered the TextValidationError event.
    text
    The text being parsed.
    See Also