C# Class PaysonIntegration.Exceptions.PaysonException

Inheritance: System.Exception
Afficher le fichier Open project: PaysonAktiebolag/api-integration-dotnet

Méthodes publiques

Méthode Description
PaysonException ( Exception innerException ) : System
PaysonException ( string message, Exception innerException ) : System

Method Details

PaysonException() public méthode

public PaysonException ( Exception innerException ) : System
innerException System.Exception
Résultat System

PaysonException() public méthode

public PaysonException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System