DateValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the DateValidationException class.
Overload List
Name | Description | |
---|---|---|
DateValidationException()()() | Initializes a new instance of the DateValidationException class. | |
DateValidationException(String) | Initializes a new instance of the DateValidationException class with a specified error message. | |
DateValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DateValidationException class with the specified serialization and streaming context information. | |
DateValidationException(String, Exception) | Initializes a new instance of the DateValidationException class with the specified error message and inner exception that caused the current exception. | |
DateValidationException(String, String, DateTime) | Initializes a new instance of the DateValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
DateValidationException(String, String, DateTime, Exception) | Initializes a new instance of the DateValidationException class with the specified error message, parameters, and inner exception. |
Top
Remarks
The exception that is thrown when an attempt is made to set a DateTime property outside of the expected range of values.