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

Inheritance: ExpectedInnerExceptionAttribute
Afficher le fichier Open project: affecto/dotnet-Patterns.Domain

Méthodes publiques

Méthode Description
ExpectedAggregateExceptionAttribute ( Type innerExceptionType ) : System

Method Details

ExpectedAggregateExceptionAttribute() public méthode

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