Share via


PaymentMethodNotFoundException Class

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

The exception that is thrown when a user tries to load a PaymentMethod which does not have a default language specified.

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

Syntax

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

Remarks

This error can arise when the entries for a payment method have been deleted from the database in such a way that there is no longer a default language specified for the payment method.

Inheritance Hierarchy

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

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

PaymentMethodNotFoundException Members

Microsoft.CommerceServer.Orders Namespace