C# Class ImgurNet.Exceptions.InvalidAuthenticationException

Inheritance: System.Exception
Afficher le fichier Open project: 0xdeafcafe/ImgurNet

Méthodes publiques

Méthode Description
InvalidAuthenticationException ( string message ) : System
InvalidAuthenticationException ( string message, Exception innerException ) : System

Method Details

InvalidAuthenticationException() public méthode

public InvalidAuthenticationException ( string message ) : System
message string
Résultat System

InvalidAuthenticationException() public méthode

public InvalidAuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System