FlickrNet.AuthenticationRequiredException.AuthenticationRequiredException C# (CSharp) Méthode

AuthenticationRequiredException() public méthode

Initializes a new instance of the AuthenticationRequiredException class.
public AuthenticationRequiredException ( ) : System
Résultat 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