C# Class HaloSharp.Exception.HaloApiException

Inheritance: System.Exception
Mostrar archivo Open project: gitFurious/HaloSharp

Public Methods

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

Method Details

HaloApiException() public method

public HaloApiException ( HaloSharp.Model.Error.HaloApiError haloApiError ) : HaloSharp.Model.Error
haloApiError HaloSharp.Model.Error.HaloApiError
return HaloSharp.Model.Error

HaloApiException() public method

public HaloApiException ( int statusCode, string reasonPhrase ) : HaloSharp.Model.Error
statusCode int
reasonPhrase string
return HaloSharp.Model.Error