UnexpectedContainedTypeException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the UnexpectedContainedTypeException 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 UnexpectedContainedTypeException(info, context)
protected UnexpectedContainedTypeException(
SerializationInfo info,
StreamingContext context
)
protected:
UnexpectedContainedTypeException(
SerializationInfo^ info,
StreamingContext context
)
protected function UnexpectedContainedTypeException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization..::.SerializationInfo
The SerializationInfo used to retrieve data.
- context
Type: System.Runtime.Serialization..::.StreamingContext
The StreamingContext containing the context information for this serialization.
Remarks
This exception is thrown when a collection member of a class contains an instance of a class that is not mapped in the orders object mapping configuration file.
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
UnexpectedContainedTypeException Class
UnexpectedContainedTypeException Members