IDkmExceptionTriggerHitNotification.OnExceptionTriggerHit Method
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.
OnExceptionTriggerHit is invoked as part of event processing. See interface definition for more information.
public:
void OnExceptionTriggerHit(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
C++/CX
public:
void OnExceptionTriggerHit(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
void OnExceptionTriggerHit(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit const & hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS const & eventDescriptor);
public void OnExceptionTriggerHit(Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit hit, Microsoft.VisualStudio.Debugger.DkmEventDescriptorS eventDescriptor);
abstract member OnExceptionTriggerHit : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTriggerHit * Microsoft.VisualStudio.Debugger.DkmEventDescriptorS -> unit
Public Sub OnExceptionTriggerHit (hit As DkmExceptionTriggerHit, eventDescriptor As DkmEventDescriptorS)
[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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |