PaymentGatewayLibrary

PaymentGatewayRequiredFieldException Constructor

Initializes a new instance of the PaymentGatewayRequiredFieldException class.

Overload List

Initializes a new instance of the PaymentGatewayRequiredFieldException class.

public PaymentGatewayRequiredFieldException();

Initializes a new instance of the PaymentGatewayRequiredFieldException class with a specified error message.

public PaymentGatewayRequiredFieldException(string);

Initializes a new instance of the PaymentGatewayRequiredFieldException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public PaymentGatewayRequiredFieldException(string,Exception);

Initializes a new instance of the PaymentGatewayRequiredFieldException class with the specified error message and the name of the parameter that caused the exception.

public PaymentGatewayRequiredFieldException(string,string);

See Also

PaymentGatewayRequiredFieldException Class | Duis.Payment Namespace