OrderGroupConversionException Class

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

The exception that is thrown during conversion of a basket to a purchase order when a strongly-typed or weakly-typed property of the basket has the same name but a different type as a strongly-named property of the PurchaseOrder class.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Microsoft.CommerceServer.Orders..::.OrderGroupConversionException

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

OrderGroupConversionException Members

Microsoft.CommerceServer.Orders Namespace