DkmExceptionInformation.CanModifyProcessing Method

Definition

Determines if processing for this exception may be modified by the debugger. For example, if this user has performed an action (such as set next statement) that required the exception to be implicitly squashed, this may return false. This method may also return false if the runtime does not permit the exception from being squashed.

public:
 bool CanModifyProcessing();
public:
 bool CanModifyProcessing();
bool CanModifyProcessing();
public bool CanModifyProcessing ();
member this.CanModifyProcessing : unit -> bool
Public Function CanModifyProcessing () As Boolean

Returns

[Out] True if the debug monitor is able to modify the processing of this exceptions.

Applies to