IDkmOutOfBandExceptionNotification.OnOutOfBandException(DkmExceptionInformation, DkmWorkList, DkmEventDescriptorS) Methode

Definition

"Onouonfbandexception" wird als Teil der Ereignisverarbeitung aufgerufen. Weitere Informationen finden Sie unter Schnittstellen Definition.

public:
 void OnOutOfBandException(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
public void OnOutOfBandException (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception, Microsoft.VisualStudio.Debugger.DkmWorkList workList, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
abstract member OnOutOfBandException : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation * Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmEventDescriptorS -> unit
Public Sub OnOutOfBandException (exception As DkmExceptionInformation, workList As DkmWorkList, eventDescriptor As DkmEventDescriptorS)

Parameter

exception
DkmExceptionInformation

In Stellt Informationen über eine Ausnahme bereit, die im Ziel Prozess ausgelöst wurde. Diese Informationen umfassen Details zu der Ausnahme, die ausgelöst wurde, und zur aktuellen Phase der Ausnahme Verarbeitung.

workList
DkmWorkList

Worklist, um zusätzliche Ereignis Verarbeitungsvorgänge anzufügen. Diese Arbeitsliste beginnt mit der Ausführung, nachdem alle Listener benachrichtigt wurden. Das Ereignis wird erst beendet, wenn die Arbeitsliste vollständig ausgeführt wurde.

eventDescriptor
DkmEventDescriptorS

In Beschreibt das Ereignis, das verarbeitet wird, und ermöglicht es einer Komponente, dieses Ereignis zu unterdrücken.

Gilt für