Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Caller provided interface which derives from IXCLRDataExceptionNotification4 and includes callback methods for various CLR notifications which occur via system exceptions.
Note
This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.
Methods
| Method | Description |
|---|---|
| ExceptionCatcherEnter | Callback made if the exception represents the entry of a managed catch block. |
Remarks
This interface is implemented by users of the IXCLRDataProcess::TranslateExceptionRecordToNotification method. It is not exposed through any headers or library files. However, it's a COM interface that derives from IXCLRDataExceptionNotification3 with GUID C25E926E-5F09-4AA2-BBAD-B7FC7F10CFD7 and can be implemented through the usual COM mechanisms. The list of methods above is the complete list of non IXCLRDataExceptionNotification# and IUnknown methods on this interface and are in vtable order.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7