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.

TestResultMessage::SystemException Property

 

Gets or sets the most recent exception that was encountered during the associated test run or test.

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

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

Property Value

Type: System::Exception^

The most recent exception that was encountered during the associated test run or test.

Return to top
Show: