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.
TestResult::ErrorInfo Property
Gets or sets information about the most recent error.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property TestResultErrorInfo^ ErrorInfo { TestResultErrorInfo^ get(); void set(TestResultErrorInfo^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.Common::TestResultErrorInfo^Information about the most recent error.
Show: