C# Class Foundation.Server.HttpException

Extends with ModelState Errors
Inheritance: System.Exception
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Méthode 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 méthode

public GetErrors ( ) : IEnumerable
Résultat IEnumerable

HttpException() public méthode

public HttpException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System

HttpException() public méthode

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

HttpException() public méthode

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