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