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
- info
Type: System.Runtime.Serialization..::.SerializationInfo
The SerializationInfo that contains the serialized object data about the exception being thrown.
- context
Type: System.Runtime.Serialization..::.StreamingContext
The StreamingContext containing the context information for this serialization.
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
- 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
OrderContextNotInitializedException Class
OrderContextNotInitializedException Members