C# Class Payments.eway.EwayPaymentGateway.EwayPaymentException

Inheritance: System.Exception
ファイルを表示 Open project: NickJosevski/Payments.AU

Public Methods

Method Description
EwayPaymentException ( string msg ) : System
EwayPaymentException ( string msg, Exception inner ) : System

Method Details

EwayPaymentException() public method

public EwayPaymentException ( string msg ) : System
msg string
return System

EwayPaymentException() public method

public EwayPaymentException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System