C# Класс FlickrNet.AuthenticationRequiredException

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

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

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

Initializes a new instance of the AuthenticationRequiredException class.

AuthenticationRequiredException ( string message ) : System

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

AuthenticationRequiredException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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

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