ResolvedExceptionThrownEvent.GetData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.