C# Class NContext.Common.Error

Show file Open project: PowerDMS/NContext

Private Properties

Property Type Description

Public Methods

Method Description
Error ( Int32 httpStatusCode, String code, IEnumerable messages ) : System

Initializes a new instance of the Error class.

Method Details

Error() public method

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.
return System