Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.