Apache.Shiro.UnavailableSecurityManagerException.UnavailableSecurityManagerException C# (CSharp) 메소드

UnavailableSecurityManagerException() 공개 메소드

public UnavailableSecurityManagerException ( string message ) : System
message string
리턴 System
        public UnavailableSecurityManagerException(string message)
            : base(message)
        {
        }

Same methods

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