Initializes a new instance of the PaymentGatewayRequiredFieldException class.
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);
PaymentGatewayRequiredFieldException Class | Duis.Payment Namespace