C# Класс EncoreTickets.SDK.Utilities.Exceptions.CurrenciesDontMatchException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CurrenciesDontMatchException ( ) : System
CurrenciesDontMatchException ( string message ) : System
CurrenciesDontMatchException ( string message, Exception innerException ) : System

Описание методов

CurrenciesDontMatchException() публичный Метод

public CurrenciesDontMatchException ( ) : System
Результат System

CurrenciesDontMatchException() публичный Метод

public CurrenciesDontMatchException ( string message ) : System
message string
Результат System

CurrenciesDontMatchException() публичный Метод

public CurrenciesDontMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System