CalendarDatePickerDateValidationErrorEventArgs.

CalendarDatePickerDateValidationErrorEventArgs(Exception, string) Constructor

Summary

Initializes a new instance of the CalendarDatePickerDateValidationErrorEventArgs class.

Syntax

public CalendarDatePickerDateValidationErrorEventArgs(Exception exception, string text)

Parameters

Name Type Description
exception Exception The initial exception from the DateValidationError event.
text string The text that caused the DateValidationError event.

Return Value

Type Description
void