DkmStackWalkFrame.InterceptCurrentException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.