C# Class NContext.Common.AggregateError

Inheritance: Error
Show file Open project: PowerDMS/NContext

Private Properties

Property Type Description

Public Methods

Method Description
AggregateError ( Int32 httpStatusCode, String code, IEnumerable errors ) : System

Initializes a new instance of the AggregateError class.

Method Details

AggregateError() public method

Initializes a new instance of the AggregateError class.
public AggregateError ( Int32 httpStatusCode, String code, IEnumerable errors ) : System
httpStatusCode System.Int32 The HTTP status code.
code String The code.
errors IEnumerable The errors.
return System