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

AuthenticationException() public method

public AuthenticationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public AuthenticationException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

AuthenticationException::AuthenticationException ( ) : System
AuthenticationException::AuthenticationException ( string message ) : System
AuthenticationException