C# Class NContext.Common.AggregateError

Inheritance: Error
Afficher le fichier Open project: PowerDMS/NContext

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AggregateError ( Int32 httpStatusCode, String code, IEnumerable errors ) : System

Initializes a new instance of the AggregateError class.

Method Details

AggregateError() public méthode

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.
Résultat System