MaximumValueValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the MaximumValueValidationException class.
Overload List
Name | Description | |
---|---|---|
MaximumValueValidationException()()() | Initializes a new instance of the MaximumValueValidationException class. | |
MaximumValueValidationException(String) | Initializes a new instance of the MaximumValueValidationException class with the specified error message. | |
MaximumValueValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the MaximumValueValidationException class with the specified serialization and streaming context information. | |
MaximumValueValidationException(String, Exception) | Initializes a new instance of the MaximumValueValidationException class with a specified error message and inner exception that caused the current exception. | |
MaximumValueValidationException(String, String, Decimal, Decimal) | Initializes a new instance of the MaximumValueValidationException class with the specified error message and parameters. | |
MaximumValueValidationException(String, String, Decimal, Decimal, Exception) | Initializes a new instance of the MaximumValueValidationException class with the specified error message, parameters, and the inner exception that is the cause of this exception. |
Top
Remarks
MaximumValueValidationException is thrown when an attempt is made to save an entity and at least one numeric property of that entity exceeds the maximum allowed value.
See Also
Reference
MaximumValueValidationException Class