C# Class Kooboo.Commerce.Payments.PaymentProcessorException

Inheritance: System.Exception
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
PaymentProcessorException ( ) : System
PaymentProcessorException ( string message ) : System
PaymentProcessorException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
PaymentProcessorException ( System info, System context ) : System

Method Details

PaymentProcessorException() public méthode

public PaymentProcessorException ( ) : System
Résultat System

PaymentProcessorException() protected méthode

protected PaymentProcessorException ( System info, System context ) : System
info System
context System
Résultat System

PaymentProcessorException() public méthode

public PaymentProcessorException ( string message ) : System
message string
Résultat System

PaymentProcessorException() public méthode

public PaymentProcessorException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System