C# Class ImgurNet.Exceptions.OAuthExpiredException

Inheritance: System.Exception
Show file Open project: 0xdeafcafe/ImgurNet

Public Methods

Method 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 method

public OAuthExpiredException ( ) : System
return System

OAuthExpiredException() public method

public OAuthExpiredException ( OAuth2Authentication authentication ) : System
authentication ImgurNet.Authentication.OAuth2Authentication
return System

OAuthExpiredException() public method

public OAuthExpiredException ( OAuth2Authentication authentication, string message ) : System
authentication ImgurNet.Authentication.OAuth2Authentication
message string
return System

OAuthExpiredException() public method

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