C# 클래스 FlickrNet.SignatureRequiredException

상속: FlickrException
파일 보기 프로젝트 열기: samjudson/flickrnet-experimental

공개 메소드들

메소드 설명
SignatureRequiredException ( ) : System

Initializes a new instance of the SignatureRequiredException class.

SignatureRequiredException ( string message ) : System

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

SignatureRequiredException ( string message, Exception innerException ) : System

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

메소드 상세

SignatureRequiredException() 공개 메소드

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

SignatureRequiredException() 공개 메소드

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

SignatureRequiredException() 공개 메소드

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