C# 클래스 Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedAggregateExceptionAttribute

상속: ExpectedInnerExceptionAttribute
파일 보기 프로젝트 열기: affecto/dotnet-Patterns.Domain

공개 메소드들

메소드 설명
ExpectedAggregateExceptionAttribute ( Type innerExceptionType ) : System

메소드 상세

ExpectedAggregateExceptionAttribute() 공개 메소드

public ExpectedAggregateExceptionAttribute ( Type innerExceptionType ) : System
innerExceptionType System.Type An expected type of inner exception to be thrown by a method.
리턴 System