Gets or sets the type of inner exception that should be set in an
exception thrown when the values provided by the data source are consumed
by test.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public Type ExpectedInnerException { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ExpectedInnerException As Type |
Remarks
This value is ignored if the ExpectedException property is not set.
