IDkmFrameExceptionInterceptProvider.InterceptCurrentException(DkmStackWalkFrame, DkmExceptionInterceptActionFlags, UInt64) Methode

Definition

Intercepteption TException wird zum Entladen in diesen Frame verwendet, als wäre ein Ausnahmehandler an diesem Frame vorhanden.

public:
 void InterceptCurrentException(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame, Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInterceptActionFlags interceptAction, [Runtime::InteropServices::Out] System::UInt64 % cookie);
public void InterceptCurrentException (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInterceptActionFlags interceptAction, out ulong cookie);
abstract member InterceptCurrentException : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInterceptActionFlags * uint64 -> unit
Public Sub InterceptCurrentException (frame As DkmStackWalkFrame, interceptAction As DkmExceptionInterceptActionFlags, ByRef cookie As ULong)

Parameter

frame
DkmStackWalkFrame

In Dkmstackwalkframe stellt einen Frame in einer-Aufrufstapel dar, der übergegangen ist, aber möglicherweise nicht formatiert oder gefiltert wurde. Formatierte Frames werden stattdessen durch dkmstackframe dargestellt.

interceptAction
DkmExceptionInterceptActionFlags

In Gibt Ausnahmen Abfang Aktionen an.

cookie
UInt64

Vorgenommen Cookie, das diese Abfang Anforderung darstellt. Der Wert wird zurückgegeben, wenn ein Ereignis zum Abfangen von Ausnahmen gesendet wird.

Gilt für