C# Class Conjur.UnauthorizedException

Exception raised on bad authorization.
Inheritance: System.Exception
Show file Open project: conjurinc/api-dotnet

Public Methods

Method Description
UnauthorizedException ( string message, WebException exception ) : System

Initializes a new instance of the Conjur.UnauthorizedException class.

Method Details

UnauthorizedException() public method

Initializes a new instance of the Conjur.UnauthorizedException class.
public UnauthorizedException ( string message, WebException exception ) : System
message string Descriptive error message.
exception System.Net.WebException Wrapped exception.
return System