Apache.Shiro.Authc.Pam.UnsupportedTokenException.UnsupportedTokenException C# (CSharp) Method

UnsupportedTokenException() public method

public UnsupportedTokenException ( ) : System
return System
        public UnsupportedTokenException()
        {
        }

Same methods

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