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

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

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

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

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

MashapeException ( string message, Exception innerException ) : System

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

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

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

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

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

Initializes a new instance of the MashapeException class with a specified error message.
public MashapeException ( 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