Share via


TestResult.ErrorInfo Property

 

Gets or sets information about the most recent error.

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

Syntax

public TestResultErrorInfo ErrorInfo { get; set; }
public:
property TestResultErrorInfo^ ErrorInfo {
    TestResultErrorInfo^ get();
    void set(TestResultErrorInfo^ value);
}
member ErrorInfo : TestResultErrorInfo with get, set
Public Property ErrorInfo As TestResultErrorInfo

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo

Information about the most recent error.

See Also

TestResultErrorInfo
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top