TestResult.m_errorInfo Field
Returns "errorInfo".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("errorInfo")> _
Protected m_errorInfo As TestResultErrorInfo
[PersistenceElementNameAttribute("errorInfo")]
protected TestResultErrorInfo m_errorInfo
[PersistenceElementNameAttribute(L"errorInfo")]
protected:
TestResultErrorInfo^ m_errorInfo
[<PersistenceElementNameAttribute("errorInfo")>]
val mutable m_errorInfo: TestResultErrorInfo
protected var m_errorInfo : TestResultErrorInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.