IDkmExceptionTriggerHitNotification.OnExceptionTriggerHit Yöntem

Tanım

OnExceptionTriggerHit olay işlemenin bir parçası olarak çağrılır. Daha fazla bilgi için bkz. arabirim tanımı.

public:
 void OnExceptionTriggerHit(Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTriggerHit ^ hit, Microsoft::VisualStudio::Debugger::DkmEventDescriptorS ^ eventDescriptor);
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)

Parametreler

hit
DkmExceptionTriggerHit

'Ndaki Hedef işlemden gelen bir özel durum tarafından karşılanan bir özel durum tetikleyicisi hakkında bilgi sağlar.

eventDescriptor
DkmEventDescriptorS

'Ndaki İşlenmekte olan olayı açıklar ve bir bileşenin bu olayı gizleyebilmesini sağlar.

Şunlara uygulanır