C# Class Kooboo.Commerce.Payments.PaymentProcessorException

Inheritance: System.Exception
Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
PaymentProcessorException ( ) : System
PaymentProcessorException ( string message ) : System
PaymentProcessorException ( string message, Exception inner ) : System

Protected Methods

Method Description
PaymentProcessorException ( System info, System context ) : System

Method Details

PaymentProcessorException() public method

public PaymentProcessorException ( ) : System
return System

PaymentProcessorException() protected method

protected PaymentProcessorException ( System info, System context ) : System
info System
context System
return System

PaymentProcessorException() public method

public PaymentProcessorException ( string message ) : System
message string
return System

PaymentProcessorException() public method

public PaymentProcessorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System