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
- counterName
Type: System..::.String
The name of the counter that was exceeded.
Remarks
The exception that is thrown when the IDs are exhausted in the IdentityCounter table.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IdentifiersExhaustedException Class
IdentifiersExhaustedException Members