Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
| OnCodeGenerated2 | Callback made if the exception represents the generation of code for a particular method instance. |
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 IXCLRDataExceptionNotification4 with GUID e77a39ea-3548-44d9-b171-8569ed1a9423 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