ArcFM Engine Developer Guide
DatePickerDateValidationErrorEventArgs Constructor


The exception that initially triggered the DateValidationError event.
The text being parsed.
Initializes a new instance of the DatePickerDateValidationErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal exception As Exception, _
   ByVal text As String _
)
'Usage
 
Dim exception As Exception
Dim text As String
 
Dim instance As New DatePickerDateValidationErrorEventArgs(exception, text)
public DatePickerDateValidationErrorEventArgs( 
   Exception exception,
   string text
)

Parameters

exception
The exception that initially triggered the DateValidationError event.
text
The text being parsed.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DatePickerDateValidationErrorEventArgs Class
DatePickerDateValidationErrorEventArgs Members

 

 


Send Comment