FlickrNet.FlickrException.FlickrException C# (CSharp) Method

FlickrException() public method

Initializes a new instance of the FlickrException class.
public FlickrException ( ) : System
return System
        public FlickrException()
        {
        }

Same methods

FlickrException::FlickrException ( string message ) : System
FlickrException::FlickrException ( string message, Exception innerException ) : System
FlickrException