ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.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
    'Declaration
     
    Public Function New( _
       ByVal exception As System.Exception, _
       ByVal text As System.String _
    )
    public TextValidationErrorEventArgs( 
       System.Exception exception,
       System.string text
    )

    Parameters

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