C# Class FlickrNet.AuthenticationRequiredException

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

Public Methods

Method Description
AuthenticationRequiredException ( ) : System

Initializes a new instance of the AuthenticationRequiredException class.

AuthenticationRequiredException ( string message ) : System

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

AuthenticationRequiredException ( string message, Exception innerException ) : System

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

Method Details

AuthenticationRequiredException() public method

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

AuthenticationRequiredException() public method

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

AuthenticationRequiredException() public method

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