IDkmInterceptExceptionCompletedReceived.OnInterceptExceptionCompletedReceived Yöntem

Tanım

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

public:
 void OnInterceptExceptionCompletedReceived(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, System::UInt64 cookie, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnInterceptExceptionCompletedReceived (Microsoft.VisualStudio.Debugger.DkmThread thread, ulong cookie, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnInterceptExceptionCompletedReceived : Microsoft.VisualStudio.Debugger.DkmThread * uint64 * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnInterceptExceptionCompletedReceived (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