UnexpectedContainedTypeException Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The exception that 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.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class UnexpectedContainedTypeException _
    Inherits Exception
'Usage
Dim instance As UnexpectedContainedTypeException
[SerializableAttribute]
public class UnexpectedContainedTypeException : Exception
[SerializableAttribute]
public ref class UnexpectedContainedTypeException : public Exception
public class UnexpectedContainedTypeException extends Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Runtime.Orders..::.UnexpectedContainedTypeException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UnexpectedContainedTypeException Members

Microsoft.CommerceServer.Runtime.Orders Namespace