Apache.Shiro.UnavailableSecurityManagerException.UnavailableSecurityManagerException C# (CSharp) Method

UnavailableSecurityManagerException() public method

public UnavailableSecurityManagerException ( string message ) : System
message string
return System
        public UnavailableSecurityManagerException(string message)
            : base(message)
        {
        }

Same methods

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