C# Class Apache.Shiro.Authz.UnauthorizedException

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

Méthodes publiques

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

Method Details

UnauthorizedException() public méthode

public UnauthorizedException ( ) : System
Résultat System

UnauthorizedException() public méthode

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

UnauthorizedException() public méthode

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