DateTimeEditors for WinRT
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback