C# Class FlickrNet.SignatureRequiredException

Inheritance: FlickrException
Exibir arquivo Open project: samjudson/flickrnet-experimental

Public Methods

Method Description
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.

Method Details

SignatureRequiredException() public method

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

SignatureRequiredException() public method

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

SignatureRequiredException() public method

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
return System