C# Class Apache.Shiro.Authc.ExcessiveAttemptsException

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

Méthodes publiques

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

Method Details

ExcessiveAttemptsException() public méthode

public ExcessiveAttemptsException ( ) : System
Résultat System

ExcessiveAttemptsException() public méthode

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

ExcessiveAttemptsException() public méthode

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