Share via


TestResult.m_errorInfo Field

 

Returns "errorInfo".

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

Syntax

[PersistenceElementNameAttribute("errorInfo")]
protected TestResultErrorInfo m_errorInfo
protected:
[PersistenceElementNameAttribute("errorInfo")]
TestResultErrorInfo^ m_errorInfo
[<PersistenceElementNameAttribute("errorInfo")>]
val mutable m_errorInfo : TestResultErrorInfo
<PersistenceElementNameAttribute("errorInfo")>
Protected m_errorInfo As TestResultErrorInfo

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultErrorInfo

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top