Information
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.

TestMethodInvokerResult::Exception Property

 

Gets or sets the Exception that is thrown in the invoker.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

public:
property Exception^ Exception {
	Exception^ get();
	void set(Exception^ value);
}

Property Value

Type: System::Exception^

The Exception that is thrown in the invoker.

Return to top
Show: