C# Class FlickrNet.ApiKeyRequiredException

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

Public Methods

Method Description
ApiKeyRequiredException ( ) : System

Initializes a new instance of the ApiKeyRequiredException class.

ApiKeyRequiredException ( string message ) : System

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

ApiKeyRequiredException ( string message, Exception innerException ) : System

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

Method Details

ApiKeyRequiredException() public method

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

ApiKeyRequiredException() public method

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

ApiKeyRequiredException() public method

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