Share via


ResolvedExceptionThrownEvent.GetData Method

Gets the IDataElements for the thrown exception.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Function GetData As IList(Of IDataElement)
public IList<IDataElement> GetData()
public:
IList<IDataElement^>^ GetData()
member GetData : unit -> IList<IDataElement> 
public function GetData() : IList<IDataElement>

Return Value

Type: System.Collections.Generic.IList<IDataElement>
Returns a list of IDataElements, one item for each collected field of the thrown exception. The list is empty if no data was collected.

.NET Framework Security

See Also

Reference

ResolvedExceptionThrownEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace