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

Inheritance: Exception
ファイルを表示 Open project: EncoreLabs/sdk-dotNet

Public Methods

Method Description
CurrenciesDontMatchException ( ) : System
CurrenciesDontMatchException ( string message ) : System
CurrenciesDontMatchException ( string message, Exception innerException ) : System

Method Details

CurrenciesDontMatchException() public method

public CurrenciesDontMatchException ( ) : System
return System

CurrenciesDontMatchException() public method

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

CurrenciesDontMatchException() public method

public CurrenciesDontMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
return System