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