Partager via


OrderContextNotInitializedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the OrderContextNotInitializedException 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 OrderContextNotInitializedException(info, context)
protected OrderContextNotInitializedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
OrderContextNotInitializedException(
    SerializationInfo^ info, 
    StreamingContext context
)
protected function OrderContextNotInitializedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

The exception that is thrown when a MappedStorageBase attempts to get an order system from Current, and the order context is nullNothingnullptra null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

OrderContextNotInitializedException Class

OrderContextNotInitializedException Members

OrderContextNotInitializedException Overload

Microsoft.CommerceServer.Runtime.Orders Namespace