IDkmExceptionController.CanModifyProcessing(DkmExceptionInformation) Methode

Definition

Bestimmt, ob die Verarbeitung für diese Ausnahme vom Debugger geändert werden kann. Wenn dieser Benutzer z. b. eine Aktion ausgeführt hat (z. b. Set Next Statement), für die die Ausnahme implizit ausgelöst werden muss, wird möglicherweise false zurückgegeben. Diese Methode kann auch false zurückgeben, wenn die Laufzeit nicht zulässt, dass eine Ausnahme ausgelöst wird.

public:
 bool CanModifyProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
public:
 bool CanModifyProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
bool CanModifyProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation const & exception);
public bool CanModifyProcessing (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception);
abstract member CanModifyProcessing : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation -> bool
Public Function CanModifyProcessing (exception As DkmExceptionInformation) As Boolean

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.

Gibt zurück

Boolean

Vorgenommen True, wenn der Debug-Monitor die Verarbeitung dieser Ausnahmen ändern kann.

Gilt für