C# Class SEEK.AdPostingApi.Client.UnauthorizedException

Inheritance: RequestException
Show file Open project: SEEK-Jobs/ad-posting-api-client

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
UnauthorizedException ( string requestId, int httpStatusCode, AdvertisementErrorResponse errorResponse ) : System
UnauthorizedException ( string requestId, int httpStatusCode, string message ) : System

Protected Methods

Method Description
UnauthorizedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

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

UnauthorizedException() protected method

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

UnauthorizedException() public method

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

UnauthorizedException() public method

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