שתף באמצעות


OrderNotSavedException Constructor

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

Initializes a new instance of the OrderNotSavedException class.

Overload List

  Name Description
ms989428.pubmethod(en-US,CS.70).gif OrderNotSavedException()()() Initializes a new instance of the OrderNotSavedException class.
ms989428.pubmethod(en-US,CS.70).gif OrderNotSavedException(String) Initializes a new instance of the OrderNotSavedException class using the specified error message.
ms989428.protmethod(en-US,CS.70).gif OrderNotSavedException(SerializationInfo, StreamingContext) Initializes a new instance of the OrderNotSavedException class using the specified serialization information and streaming context.
ms989428.pubmethod(en-US,CS.70).gif OrderNotSavedException(String, Exception) Initializes a new instance of the OrderNotSavedException class using the specified error message and a reference to the inner exception that is the cause of this exception.

Top

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.

See Also

Reference

OrderNotSavedException Class

OrderNotSavedException Members

Microsoft.CommerceServer.Orders Namespace