C# Класс Huddle.Clients.Exceptions.HuddleApiException

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

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

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

Приватные методы

Метод Описание
GetMessage ( ApiResponse response ) : string

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

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

public HuddleApiException ( ApiResponse response ) : System
response ApiResponse
Результат System

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

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

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

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