C# 클래스 FlickrNet.FlickrException

Generic Flickr.Net Exception.
상속: System.Exception
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
FlickrException ( ) : System

Initializes a new instance of the FlickrException class.

FlickrException ( string message ) : System

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

FlickrException ( string message, Exception innerException ) : System

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

메소드 상세

FlickrException() 공개 메소드

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

FlickrException() 공개 메소드

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

FlickrException() 공개 메소드

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