ComponentOne DateTimeEditors for WPF
C1.WPF.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 Exception, _
       ByVal text As String _
    )
    public TextValidationErrorEventArgs( 
       Exception exception,
       string text
    )

    Parameters

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