Share via


IntegerValueValidationException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that is thrown when a property is expected to contain an integer value but does not.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class IntegerValueValidationException _
    Inherits PropertyValidationException
'Usage
Dim instance As IntegerValueValidationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class IntegerValueValidationException : PropertyValidationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class IntegerValueValidationException : public PropertyValidationException
public class IntegerValueValidationException extends PropertyValidationException

Remarks

The IntegerValueValidationException is thrown when a property is expected to contain an integer but does not.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer..::.PropertyValidationException
      Microsoft.CommerceServer.Marketing..::.IntegerValueValidationException

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.

See Also

Reference

IntegerValueValidationException Members

Microsoft.CommerceServer.Marketing Namespace