C# Class FlickrNet.ExceptionHandler

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

Méthodes publiques

Méthode Description
CreateResponseException ( XmlReader reader ) : Exception

Creates a FlickrApiException from the response sent back from Flickr.

Method Details

CreateResponseException() public static méthode

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.
Résultat System.Exception