C# Class SEEK.AdPostingApi.Client.UnauthorizedException

Inheritance: RequestException
Afficher le fichier Open project: SEEK-Jobs/ad-posting-api-client

Méthodes publiques

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

Méthodes protégées

Méthode Description
UnauthorizedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

UnauthorizedException() protected méthode

protected UnauthorizedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UnauthorizedException() public méthode

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

UnauthorizedException() public méthode

public UnauthorizedException ( string requestId, int httpStatusCode, string message ) : System
requestId string
httpStatusCode int
message string
Résultat System