Apache.Shiro.Authc.AuthenticationException.AuthenticationException C# (CSharp) Method

AuthenticationException() public method

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

Same methods

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