C# 클래스 NContext.Common.AggregateError

상속: Error
파일 보기 프로젝트 열기: PowerDMS/NContext

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