IDkmExceptionTriggerHitReceived.OnExceptionTriggerHitReceived Method

Definition

OnExceptionTriggerHitReceived is invoked as part of event processing. See interface definition for more information.

public:
 void OnExceptionTriggerHitReceived(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
public:
 void OnExceptionTriggerHitReceived(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
void OnExceptionTriggerHitReceived(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit const & hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS const & eventDescriptor);
public void OnExceptionTriggerHitReceived (Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit hit, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
abstract member OnExceptionTriggerHitReceived : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit * Microsoft.VisualStudio.Debugger.DkmEventDescriptorS -> unit
Public Sub OnExceptionTriggerHitReceived (hit As DkmExceptionTriggerHit, eventDescriptor As DkmEventDescriptorS)

Parameters

hit
DkmExceptionTriggerHit

[In] Provides information about an exception trigger which was satisfied (hit) by an exception coming from the target process.

eventDescriptor
DkmEventDescriptorS

[In] Describes the event being processed and provides the ability for a component to suppress this event.

Applies to