C# Class FlickrNet.ExceptionHandler

A handler that is used to generate an exception from the response sent back by Flickr.
Exibir arquivo Open project: liquidboy/X Class Usage Examples

Public Methods

Method Description
CreateResponseException ( XmlReader reader ) : Exception

Creates a FlickrApiException from the response sent back from Flickr.

Method Details

CreateResponseException() public static method

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.
return System.Exception