IDkmBreakpointConditionProcessorClient.OnBreakpointConditionFailed 方法

定义

当断点条件遇到运行时错误时,从断点条件处理器调用回断点管理器。

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)

参数

runtimeBreakpoint
DkmRuntimeBreakpoint

中调试监视器支持的低级别断点对象。

errorMessage
String

中要向用户显示的消息。

适用于