IdentifiersExhaustedException Class

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

The exception that is thrown when the IDs are exhausted in the IdentityCounter table.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class IdentifiersExhaustedException _
    Inherits Exception
'Usage
Dim instance As IdentifiersExhaustedException
[SerializableAttribute]
public class IdentifiersExhaustedException : Exception
[SerializableAttribute]
public ref class IdentifiersExhaustedException : public Exception
public class IdentifiersExhaustedException extends Exception

Remarks

IdentifiersExhaustedException is typically thrown during an Add operation to a collection where the total allowable number of elements is exceeded. However, IdentifiersExhaustedException can also be thrown during creation of a new order basket.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Runtime.Orders..::.IdentifiersExhaustedException

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

IdentifiersExhaustedException Members

Microsoft.CommerceServer.Runtime.Orders Namespace