C# 클래스 FlickrNet.ExceptionHandler

A handler that is used to generate an exception from the response sent back by Flickr.
파일 보기 프로젝트 열기: liquidboy/X 1 사용 예제들

공개 메소드들

메소드 설명
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