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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo
Information about the most recent error.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestResultErrorInfo