IDkmExceptionController.SquashProcessing(DkmExceptionInformation) Method

Definition

Updates the state of the target process so that when execution is resumed, the target process will not continue standard exception processing (ex: handler search, stack unwinding). This method needs to be called before resuming execution.

public:
 void SquashProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
public:
 void SquashProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation ^ exception);
void SquashProcessing(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation const & exception);
public void SquashProcessing (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation exception);
abstract member SquashProcessing : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation -> unit
Public Sub SquashProcessing (exception As DkmExceptionInformation)

Parameters

exception
DkmExceptionInformation

[In] Provides information about an exception which was raised in the target process. This information includes details of what exception was raised and the current stage of exception processing.

Applies to