C# Класс Imgur.API.ImgurException

The exception that is thrown when an error is found in a response from an Imgur endpoint.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ImgurException ( string message ) : System

Initializes a new instance of the ImgurException class with a specified error message.

ImgurException ( string message, Exception innerException ) : System

Initializes a new instance of the ImgurException class with a specified error message.

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

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

Initializes a new instance of the ImgurException class with a specified error message.
public ImgurException ( string message ) : System
message string The message that describes the error.
Результат System

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

Initializes a new instance of the ImgurException class with a specified error message.
public ImgurException ( string message, Exception innerException ) : System
message string The message that describes the error.
innerException System.Exception The exception that is the cause of the current exception.
Результат System