Declares that the associated test is expected to throw an ArgumentNullException.

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

Syntax

C#
public class ExpectedArgumentNullExceptionAttribute : ExpectedExceptionAttribute
Visual Basic (Declaration)
Public Class ExpectedArgumentNullExceptionAttribute _
	Inherits ExpectedExceptionAttribute

Remarks

The expected contents of the exception message may optionally be specified.

Inheritance Hierarchy

See Also