Gets or sets the message of the exception that should be thrown when the values provided by the data source are consumed by test. May be a substring of the actual exception message.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string ExpectedExceptionMessage { get; set; }
Visual Basic (Declaration)
Public Property ExpectedExceptionMessage As String

See Also