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 | |
---|---|---|
OrderNotSavedException()()() | Initializes a new instance of the OrderNotSavedException class. | |
OrderNotSavedException(String) | Initializes a new instance of the OrderNotSavedException class using the specified error message. | |
OrderNotSavedException(SerializationInfo, StreamingContext) | Initializes a new instance of the OrderNotSavedException class using the specified serialization information and streaming context. | |
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.