C# Class Sappworks.Stocks.AuthenticationException

Inheritance: System.Exception
Mostra file Open project: bmsapp/sappworks.stocks.public Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

AuthenticationException() public method

public AuthenticationException ( ) : System
return System

AuthenticationException() protected method

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

AuthenticationException() public method

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

AuthenticationException() public method

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