IDkmInterceptExceptionCompletedNotification.OnInterceptExceptionCompleted Yöntem

Tanım

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

public:
 void OnInterceptExceptionCompleted(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, System::UInt64 cookie, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnInterceptExceptionCompleted (Microsoft.VisualStudio.Debugger.DkmThread thread, ulong cookie, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnInterceptExceptionCompleted : Microsoft.VisualStudio.Debugger.DkmThread * uint64 * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnInterceptExceptionCompleted (thread As DkmThread, cookie As ULong, eventDescriptor As DkmEventDescriptor)

Parametreler

thread
DkmThread

'Ndaki DkmThread, hedef işlemde çalışan bir iş parçacığını temsil eder.

cookie
UInt64

'Ndaki Özel durum isteğini kesme sırasında verilen tanımlama bilgisi.

eventDescriptor
DkmEventDescriptor

'Ndaki İşlenmekte olan olayı açıklar.

Şunlara uygulanır