C# Class ImgurNet.Exceptions.OAuthExpiredException

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

Méthodes publiques

Méthode Description
OAuthExpiredException ( ) : System
OAuthExpiredException ( OAuth2Authentication authentication ) : System
OAuthExpiredException ( OAuth2Authentication authentication, string message ) : System
OAuthExpiredException ( OAuth2Authentication authentication, string message, Exception innerException ) : System

Method Details

OAuthExpiredException() public méthode

public OAuthExpiredException ( ) : System
Résultat System

OAuthExpiredException() public méthode

public OAuthExpiredException ( OAuth2Authentication authentication ) : System
authentication ImgurNet.Authentication.OAuth2Authentication
Résultat System

OAuthExpiredException() public méthode

public OAuthExpiredException ( OAuth2Authentication authentication, string message ) : System
authentication ImgurNet.Authentication.OAuth2Authentication
message string
Résultat System

OAuthExpiredException() public méthode

public OAuthExpiredException ( OAuth2Authentication authentication, string message, Exception innerException ) : System
authentication ImgurNet.Authentication.OAuth2Authentication
message string
innerException System.Exception
Résultat System