C# Class Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedAggregateExceptionAttribute

Inheritance: ExpectedInnerExceptionAttribute
Mostrar archivo Open project: affecto/dotnet-Patterns.Domain

Public Methods

Method Description
ExpectedAggregateExceptionAttribute ( Type innerExceptionType ) : System

Method Details

ExpectedAggregateExceptionAttribute() public method

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