C# Класс ImgurNet.Exceptions.ImgurResponseFailedException

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

Открытые свойства

Свойство Тип Описание
ImgurResponse ImgurResponse

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

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

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

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

public ImgurResponseFailedException ( ImgurResponse imgurResponse, string message ) : System
imgurResponse ImgurResponse
message string
Результат System

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

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

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

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

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

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

Описание свойств

ImgurResponse публичное свойство

public ImgurResponse ImgurResponse
Результат ImgurResponse