C# 클래스 SEEK.AdPostingApi.Client.UnauthorizedException

상속: RequestException
파일 보기 프로젝트 열기: SEEK-Jobs/ad-posting-api-client

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
UnauthorizedException ( string requestId, int httpStatusCode, AdvertisementErrorResponse errorResponse ) : System
UnauthorizedException ( string requestId, int httpStatusCode, string message ) : System

보호된 메소드들

메소드 설명
UnauthorizedException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

UnauthorizedException() 보호된 메소드

protected UnauthorizedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

UnauthorizedException() 공개 메소드

public UnauthorizedException ( string requestId, int httpStatusCode, AdvertisementErrorResponse errorResponse ) : System
requestId string
httpStatusCode int
errorResponse SEEK.AdPostingApi.Client.Models.AdvertisementErrorResponse
리턴 System

UnauthorizedException() 공개 메소드

public UnauthorizedException ( string requestId, int httpStatusCode, string message ) : System
requestId string
httpStatusCode int
message string
리턴 System