C# 클래스 FlickrNet.CacheException

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

공개 메소드들

메소드 설명
CacheException ( ) : System

Initializes a new instance of the CacheException class.

CacheException ( string message ) : System

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

CacheException ( string message, Exception innerException ) : System

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

메소드 상세

CacheException() 공개 메소드

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

CacheException() 공개 메소드

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

CacheException() 공개 메소드

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