C# Класс Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedAggregateExceptionAttribute

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

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

Метод Описание
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