C# 클래스 FlickrNet.FlickrWebException

상속: FlickrException
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
FlickrWebException ( ) : System

Initializes a new instance of the FlickrWebException class.

FlickrWebException ( string message ) : System

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

FlickrWebException ( string message, Exception innerException ) : System

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

메소드 상세

FlickrWebException() 공개 메소드

Initializes a new instance of the FlickrWebException class.
public FlickrWebException ( ) : System
리턴 System

FlickrWebException() 공개 메소드

Initializes a new instance of the FlickrWebException class with a specified error message.
public FlickrWebException ( string message ) : System
message string
리턴 System

FlickrWebException() 공개 메소드

Initializes a new instance of the FlickrWebException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public FlickrWebException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System