C# Class Apache.Shiro.Authc.UnknownAccountException

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

Méthodes publiques

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

Method Details

UnknownAccountException() public méthode

public UnknownAccountException ( ) : System
Résultat System

UnknownAccountException() public méthode

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

UnknownAccountException() public méthode

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