Share via


IdentifiersExhaustedException Constructor (String)

Initializes a new instance of the IdentifiersExhaustedException class using the specified counter name.

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

Syntax

'Declaration
Public Sub New ( _
    counterName As String _
)
'Usage
Dim counterName As String

Dim instance As New IdentifiersExhaustedException(counterName)
public IdentifiersExhaustedException(
    string counterName
)
public:
IdentifiersExhaustedException(
    String^ counterName
)
public function IdentifiersExhaustedException(
    counterName : String
)

Parameters

Remarks

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

Permissions

See Also

Reference

IdentifiersExhaustedException Class

IdentifiersExhaustedException Members

IdentifiersExhaustedException Overload

Microsoft.CommerceServer.Runtime.Orders Namespace