TestResultMessage.m_exception Field

Returns the value of the SystemException property.

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

Syntax

'Declaration
<PersistenceElementNameAttribute("exception")> _
Protected m_exception As Exception
[PersistenceElementNameAttribute("exception")]
protected Exception m_exception
[PersistenceElementNameAttribute(L"exception")]
protected:
Exception^ m_exception
[<PersistenceElementNameAttribute("exception")>]
val mutable m_exception: Exception
protected var m_exception : Exception

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace

SystemException