C# Class Pepino.Infrastructure.RestExceptions.ErrorResponse

Inheritance: Nancy.Response
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
ErrorResponse ( string message, HttpStatusCode statusCode, string contentType ) : Nancy

Method Details

ErrorResponse() public méthode

public ErrorResponse ( string message, HttpStatusCode statusCode, string contentType ) : Nancy
message string
statusCode HttpStatusCode
contentType string
Résultat Nancy