OrderFormMarshallingException Class

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

The exception that is thrown during pipeline execution when an error occurs while marshalling a CommerceDictionary to and from an OrderForm object.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class OrderFormMarshallingException _
    Inherits Exception
'Usage
Dim instance As OrderFormMarshallingException
[SerializableAttribute]
public class OrderFormMarshallingException : Exception
[SerializableAttribute]
public ref class OrderFormMarshallingException : public Exception
public class OrderFormMarshallingException 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..::.OrderFormMarshallingException

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

OrderFormMarshallingException Members

Microsoft.CommerceServer.Runtime.Orders Namespace