Share via


IdentifiersExhaustedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the IdentifiersExhaustedException class using the specified serialization information and streaming context.

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

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New IdentifiersExhaustedException(info, context)
protected IdentifiersExhaustedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
IdentifiersExhaustedException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function IdentifiersExhaustedException(
    info : SerializationInfo, 
    context : StreamingContext
)

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