IDkmBreakpointConditionProcessorClient.OnBreakpointConditionFailed Method

Definition

Call back invoked from the breakpoint condition processor to the breakpoint manager when a breakpoint condition encounters a runtime error.

public:
 void OnBreakpointConditionFailed(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, System::String ^ errorMessage);
public void OnBreakpointConditionFailed (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, string errorMessage);
abstract member OnBreakpointConditionFailed : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * string -> unit
Public Sub OnBreakpointConditionFailed (runtimeBreakpoint As DkmRuntimeBreakpoint, errorMessage As String)

Parameters

runtimeBreakpoint
DkmRuntimeBreakpoint

[In] Low-level breakpoint object which is supported by debug monitors.

errorMessage
String

[In] The message to display to the user.

Applies to