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

UnauthorizedException() public method

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

Same methods

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