IDkmRuntimeBreakpointConditionFailedReceived.OnRuntimeBreakpointConditionFailedReceived 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.
OnRuntimeBreakpointConditionFailedReceived is invoked as part of event processing. See interface definition for more information.
public:
void OnRuntimeBreakpointConditionFailedReceived(Microsoft::VisualStudio::Debugger::Breakpoints::DkmRuntimeBreakpoint ^ runtimeBreakpoint, Microsoft::VisualStudio::Debugger::DkmThread ^ thread, System::String ^ errorMessage, Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason errorCode, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
public void OnRuntimeBreakpointConditionFailedReceived (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, Microsoft.VisualStudio.Debugger.DkmThread thread, string errorMessage, Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason errorCode, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
public void OnRuntimeBreakpointConditionFailedReceived (Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint runtimeBreakpoint, Microsoft.VisualStudio.Debugger.DkmThread thread, string? errorMessage, Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason errorCode, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
abstract member OnRuntimeBreakpointConditionFailedReceived : Microsoft.VisualStudio.Debugger.Breakpoints.DkmRuntimeBreakpoint * Microsoft.VisualStudio.Debugger.DkmThread * string * Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason * Microsoft.VisualStudio.Debugger.DkmEventDescriptorS -> unit
Public Sub OnRuntimeBreakpointConditionFailedReceived (runtimeBreakpoint As DkmRuntimeBreakpoint, thread As DkmThread, errorMessage As String, errorCode As DkmILFailureReason, eventDescriptor As DkmEventDescriptorS)
Parameters
- runtimeBreakpoint
- DkmRuntimeBreakpoint
[In] Low-level breakpoint object which is supported by debug monitors.
- thread
- DkmThread
[In] The thread of the stack frame of the target process.
- errorMessage
- String
[In,Optional] The message to display to the user.
- errorCode
- DkmILFailureReason
[In] Failure code explaining why the IL-based breakpoint query failed to execute.
- eventDescriptor
- DkmEventDescriptorS
[In] Describes the event being processed and provides the ability for a component to suppress this event.