C# Class BusinessLogic.Exceptions.ApiFriendlyException

Inheritance: System.ArgumentException
Show file Open project: NemeStats/NemeStats

Public Properties

Property Type Description
StatusCode HttpStatusCode

Protected Methods

Method Description
ApiFriendlyException ( string friendlyMessage, HttpStatusCode statusCode ) : System

Method Details

ApiFriendlyException() protected method

protected ApiFriendlyException ( string friendlyMessage, HttpStatusCode statusCode ) : System
friendlyMessage string
statusCode HttpStatusCode
return System

Property Details

StatusCode public property

public HttpStatusCode StatusCode
return HttpStatusCode