Gets or sets the type of exception that should be thrown when the values provided by the data source are consumed by test.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
public Type ExpectedException { get; set; }
Visual Basic (Declaration)
Public Property ExpectedException As Type

See Also