C# Класс FlickrNet.SignatureRequiredException

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

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

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

Initializes a new instance of the SignatureRequiredException class.

SignatureRequiredException ( string message ) : System

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

SignatureRequiredException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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

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