MappingException Class

The exception that is thrown if SchemaMapping or PipelineAdapter fail to initialize.

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

Syntax

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

Remarks

Error messages are added to a collection within this exception for access by the user.

Inheritance Hierarchy

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

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

MappingException Members

Microsoft.CommerceServer.Runtime.Orders Namespace