C# Класс FlickrNet.FlickrException

Generic Flickr.Net Exception.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the FlickrException class.

FlickrException ( string message ) : System

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

FlickrException ( string message, Exception innerException ) : System

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

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

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

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

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

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

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

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