C# Класс NContext.Common.AggregateError

Наследование: Error
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AggregateError ( Int32 httpStatusCode, String code, IEnumerable errors ) : System

Initializes a new instance of the AggregateError class.

Описание методов

AggregateError() публичный Метод

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.
Результат System