Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.