IntegerValueValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the IntegerValueValidationException class.
Overload List
Name | Description | |
---|---|---|
IntegerValueValidationException()()() | Initializes a new instance of the IntegerValueValidationException class. | |
IntegerValueValidationException(String) | Initializes a new instance of the IntegerValueValidationException class with a specified error message. | |
IntegerValueValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the IntegerValueValidationException class with specified serialization and streaming context information. | |
IntegerValueValidationException(String, Exception) | Initializes a new instance of the IntegerValueValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
IntegerValueValidationException(String, String) | Initializes a new instance of the IntegerValueValidationException class with a specified error message and a reference to the name of the property that is the cause of this exception. | |
IntegerValueValidationException(String, String, Exception) | Initializes a new instance of the IntegerValueValidationException class with a specified error message, a reference to the name of the property that is the cause of this exception, and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The IntegerValueValidationException is thrown when a property is expected to contain an integer but does not.
See Also
Reference
IntegerValueValidationException Class