C# Class NContext.Common.Error

Afficher le fichier Open project: PowerDMS/NContext

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Error ( Int32 httpStatusCode, String code, IEnumerable messages ) : System

Initializes a new instance of the Error class.

Method Details

Error() public méthode

Initializes a new instance of the Error class.
public Error ( Int32 httpStatusCode, String code, IEnumerable messages ) : System
httpStatusCode System.Int32 The HTTP status code.
code String The code representing the reason for the error.
messages IEnumerable The messages.
Résultat System