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.
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.
Show: