MinimumValueValidationException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a numeric property is smaller than the minimum allowed value.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class MinimumValueValidationException _
Inherits PropertyValidationException
'Usage
Dim instance As MinimumValueValidationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class MinimumValueValidationException : PropertyValidationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class MinimumValueValidationException : public PropertyValidationException
public class MinimumValueValidationException extends PropertyValidationException
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.PropertyValidationException
Microsoft.CommerceServer..::.MinimumValueValidationException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.