C# Class Sappworks.Stocks.OAuthGetAccessTokenException

Inheritance: AuthenticationException
Mostrar archivo Open project: bmsapp/sappworks.stocks.public

Public Methods

Method Description
OAuthGetAccessTokenException ( ) : System
OAuthGetAccessTokenException ( string message ) : System
OAuthGetAccessTokenException ( string message, Exception inner ) : System

Protected Methods

Method Description
OAuthGetAccessTokenException ( System info, System context ) : System

Method Details

OAuthGetAccessTokenException() public method

public OAuthGetAccessTokenException ( ) : System
return System

OAuthGetAccessTokenException() protected method

protected OAuthGetAccessTokenException ( System info, System context ) : System
info System
context System
return System

OAuthGetAccessTokenException() public method

public OAuthGetAccessTokenException ( string message ) : System
message string
return System

OAuthGetAccessTokenException() public method

public OAuthGetAccessTokenException ( string message, Exception inner ) : System
message string
inner System.Exception
return System