C# 클래스 Conjur.UnauthorizedException

Exception raised on bad authorization.
상속: System.Exception
파일 보기 프로젝트 열기: conjurinc/api-dotnet

공개 메소드들

메소드 설명
UnauthorizedException ( string message, WebException exception ) : System

Initializes a new instance of the Conjur.UnauthorizedException class.

메소드 상세

UnauthorizedException() 공개 메소드

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.
리턴 System