C# Class Foundation.Server.HttpException

Extends with ModelState Errors
Inheritance: System.Exception
显示文件 Open project: NVentimiglia/Unity3d-Foundation

Public Methods

Method Description
GetErrors ( ) : IEnumerable
HttpException ( string message, Exception inner ) : System
HttpException ( string message, Exception inner, HttpStatusCode code, string[]>.Dictionary modelState ) : System
HttpException ( string message, HttpStatusCode code, string[]>.Dictionary modelState ) : System

Method Details

GetErrors() public method

public GetErrors ( ) : IEnumerable
return IEnumerable

HttpException() public method

public HttpException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

HttpException() public method

public HttpException ( string message, Exception inner, HttpStatusCode code, string[]>.Dictionary modelState ) : System
message string
inner System.Exception
code HttpStatusCode
modelState string[]>.Dictionary
return System

HttpException() public method

public HttpException ( string message, HttpStatusCode code, string[]>.Dictionary modelState ) : System
message string
code HttpStatusCode
modelState string[]>.Dictionary
return System