Share via


PaymentMethodNotSavedException Constructor

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

Initializes a new instance of the PaymentMethodNotSavedException class.

Overload List

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

Top

Remarks

The exception that is thrown when an optimistic concurrency failure occurs while saving the payment methods.

With optimistic concurrency, a user doesn't lock a row from the instant he or she prepares to update it. A row lock applies only for the split second that ADO.NET commits a change.

See Also

Reference

PaymentMethodNotSavedException Class

PaymentMethodNotSavedException Members

Microsoft.CommerceServer.Orders Namespace