C# Класс FlickrNet.FlickrWebException

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

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

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

Initializes a new instance of the FlickrWebException class.

FlickrWebException ( string message ) : System

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

FlickrWebException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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

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