C# Class EncoreTickets.SDK.Utilities.Exceptions.CurrenciesDontMatchException

Inheritance: Exception
Afficher le fichier Open project: EncoreLabs/sdk-dotNet

Méthodes publiques

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

Method Details

CurrenciesDontMatchException() public méthode

public CurrenciesDontMatchException ( ) : System
Résultat System

CurrenciesDontMatchException() public méthode

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

CurrenciesDontMatchException() public méthode

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