C# Класс FlickrNet.ExceptionHandler

A handler that is used to generate an exception from the response sent back by Flickr.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateResponseException ( XmlReader reader ) : Exception

Creates a FlickrApiException from the response sent back from Flickr.

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

CreateResponseException() публичный статический Метод

Creates a FlickrApiException from the response sent back from Flickr.
public static CreateResponseException ( XmlReader reader ) : Exception
reader System.Xml.XmlReader The containing the response from Flickr.
Результат System.Exception