C# Класс FlickrNet.ApiKeyRequiredException

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

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

Метод Описание
ApiKeyRequiredException ( ) : System

Initializes a new instance of the ApiKeyRequiredException class.

ApiKeyRequiredException ( string message ) : System

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

ApiKeyRequiredException ( string message, Exception innerException ) : System

Initializes a new instance of the ApiKeyRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

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

Initializes a new instance of the ApiKeyRequiredException class.
public ApiKeyRequiredException ( ) : System
Результат System

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

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

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

Initializes a new instance of the ApiKeyRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ApiKeyRequiredException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System