ComponentOne DateTimeEditors for WPF and Silverlight
TextValidationErrorEventArgs Constructor

C1.WPF.DateTimeEditors Namespace > TextValidationErrorEventArgs Class : TextValidationErrorEventArgs Constructor
The exception that initially triggered the TextValidationError event.
The text being parsed.
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

Reference

TextValidationErrorEventArgs Class
TextValidationErrorEventArgs Members