The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExpectedExceptionBaseAttribute Constructor ()
Initializes a new instance of the ExpectedExceptionBaseAttribute class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
The no-exception message is initialized with the following default value:
Test method <test method name> did not throw an exception. An exception was expected by attribute <name of expected exception attribute> defined on the test method.
Show: