C# Class Sappworks.Stocks.AuthenticationException

Inheritance: System.Exception
Afficher le fichier Open project: bmsapp/sappworks.stocks.public Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticationException ( ) : System
AuthenticationException ( string message ) : System
AuthenticationException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
AuthenticationException ( System info, System context ) : System

Method Details

AuthenticationException() public méthode

public AuthenticationException ( ) : System
Résultat System

AuthenticationException() protected méthode

protected AuthenticationException ( System info, System context ) : System
info System
context System
Résultat System

AuthenticationException() public méthode

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

AuthenticationException() public méthode

public AuthenticationException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System