UnexpectedContainedTypeException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the UnexpectedContainedTypeException class.
Overload List
Name | Description | |
---|---|---|
UnexpectedContainedTypeException()()() | Initializes a new instance of the UnexpectedContainedTypeException class. | |
UnexpectedContainedTypeException(String) | Initializes a new instance of the UnexpectedContainedTypeException class using the specified error message. | |
UnexpectedContainedTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the UnexpectedContainedTypeException class using the specified serialization information and streaming context. | |
UnexpectedContainedTypeException(String, Exception) | Initializes a new instance of the UnexpectedContainedTypeException class using the specified error message and inner exception. |
Top
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.
See Also
Reference
UnexpectedContainedTypeException Class