C# Class Apache.Shiro.Authc.AccountException

Inheritance: AuthenticationException
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

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

Method Details

AccountException() public méthode

public AccountException ( ) : System
Résultat System

AccountException() public méthode

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

AccountException() public méthode

public AccountException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System