[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.TextValidationErrorEventArgs.-ctor

TextValidationErrorEventArgs Constructor

TextValidationErrorEventArgs(Exception, string)

Initializes a new instance of the TextValidationErrorEventArgs class.

Declaration
public TextValidationErrorEventArgs(Exception exception, string text)
Parameters
Type Name Description
Exception exception

The exception that initially triggered the TextValidationError event.

string text

The text being parsed.