FlickrNet.AuthenticationRequiredException.AuthenticationRequiredException C# (CSharp) Method

AuthenticationRequiredException() public method

Initializes a new instance of the AuthenticationRequiredException class.
public AuthenticationRequiredException ( ) : System
return System
        public AuthenticationRequiredException() : base("Method requires authentication but no token supplied.")
        {
        }

Same methods

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