Gets or sets the expected exception message, or null if none specified. 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 Message { get; set; }
Visual Basic (Declaration)
Public Property Message As String

See Also