OrderNotSavedException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when a purchase order is not saved to the database.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class OrderNotSavedException _
Inherits Exception
'Usage
Dim instance As OrderNotSavedException
[SerializableAttribute]
public class OrderNotSavedException : Exception
[SerializableAttribute]
public ref class OrderNotSavedException : public Exception
public class OrderNotSavedException extends Exception
Remarks
This exception will be thrown during an attempt to update a record and the record was modified between the time it was initially loaded and the time it is re-written to storage.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Orders..::.OrderNotSavedException
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.