C# Class Apache.Shiro.UnavailableSecurityManagerException

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

Méthodes publiques

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

Method Details

UnavailableSecurityManagerException() public méthode

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

UnavailableSecurityManagerException() public méthode

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