ResolvedExceptionThrownEvent.GetData Method

Definition

Gets the IDataElements for the thrown exception.

public:
 System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ GetData();
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement> GetData ();
member this.GetData : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement>
Public Function GetData () As IList(Of IDataElement)

Returns

Returns a list of IDataElements, one item for each collected field of the thrown exception. The list is empty if no data was collected.

Applies to