DkmStackWalkFrame.InterceptCurrentException Method

Definition

InterceptCurrentException is used to unwind to this frame as if there was an exception handler at that frame.

public:
 void InterceptCurrentException(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInterceptActionFlags InterceptAction, [Runtime::InteropServices::Out] System::UInt64 % Cookie);
public void InterceptCurrentException (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInterceptActionFlags InterceptAction, out ulong Cookie);
member this.InterceptCurrentException : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInterceptActionFlags * uint64 -> unit
Public Sub InterceptCurrentException (InterceptAction As DkmExceptionInterceptActionFlags, ByRef Cookie As ULong)

Parameters

InterceptAction
DkmExceptionInterceptActionFlags

[In] Specifies exception interception actions.

Cookie
UInt64

[Out] Cookie that represents this intercept request. The value is returned when an exception interception completed event is sent.

Applies to