C# Class HaloSharp.Exception.HaloApiException

Inheritance: System.Exception
Afficher le fichier Open project: gitFurious/HaloSharp

Méthodes publiques

Méthode Description
HaloApiException ( HaloSharp.Model.Error.HaloApiError haloApiError ) : HaloSharp.Model.Error
HaloApiException ( int statusCode, string reasonPhrase ) : HaloSharp.Model.Error

Method Details

HaloApiException() public méthode

public HaloApiException ( HaloSharp.Model.Error.HaloApiError haloApiError ) : HaloSharp.Model.Error
haloApiError HaloSharp.Model.Error.HaloApiError
Résultat HaloSharp.Model.Error

HaloApiException() public méthode

public HaloApiException ( int statusCode, string reasonPhrase ) : HaloSharp.Model.Error
statusCode int
reasonPhrase string
Résultat HaloSharp.Model.Error