C# Class Apache.Shiro.Authc.AuthenticationException

Inheritance: ShiroException
Afficher le fichier Open project: katasource/shironet Class Usage Examples

Méthodes publiques

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

Method Details

AuthenticationException() public méthode

public AuthenticationException ( ) : 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 innerException ) : System
message string
innerException System.Exception
Résultat System