Apache.Shiro.UnavailableSecurityManagerException.UnavailableSecurityManagerException C# (CSharp) Méthode

UnavailableSecurityManagerException() public méthode

public UnavailableSecurityManagerException ( string message ) : System
message string
Résultat System
        public UnavailableSecurityManagerException(string message)
            : base(message)
        {
        }

Same methods

UnavailableSecurityManagerException::UnavailableSecurityManagerException ( string message, Exception innerException ) : System
UnavailableSecurityManagerException