Apache.Shiro.Authz.UnauthorizedException.UnauthorizedException C# (CSharp) Method

UnauthorizedException() public method

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

Same methods

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