C# Class FlickrNet.FlickrWebException

Inheritance: FlickrException
Exibir arquivo Open project: liquidboy/X

Public Methods

Method Description
FlickrWebException ( ) : System

Initializes a new instance of the FlickrWebException class.

FlickrWebException ( string message ) : System

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

FlickrWebException ( string message, Exception innerException ) : System

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

Method Details

FlickrWebException() public method

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

FlickrWebException() public method

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

FlickrWebException() public method

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