TestResultMessage.m_exception Field

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

Syntax

'宣言
<PersistenceElementNameAttribute("exception")> _
Protected m_exception As Exception
'使用
Dim value As Exception

value = Me.m_exception

Me.m_exception = value
[PersistenceElementNameAttribute("exception")]
protected Exception m_exception
[PersistenceElementNameAttribute(L"exception")]
protected:
Exception^ m_exception
protected var m_exception : Exception

Field Value

Type: System.Exception

Permissions

See Also

Reference

TestResultMessage Class

TestResultMessage Members

Microsoft.VisualStudio.TestTools.Common Namespace