IXCLRDataProcess::TranslateExceptionRecordToNotification Method
Translates a system exception record into a particular kind of notification if possible.
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.
Syntax
HRESULT TranslateExceptionRecordToNotification(
[in] EXCEPTION_RECORD64 *record,
[in] IXCLRDataExceptionNotification *notify
);
Parameters
record
[in] A pointer to the system exception record to translate into a CLR notification
notify
[in] An caller provided implementation of IXCLRDataExceptionNotificationN interfaces. If the system exception record given by record
corresponds to a particular CLR notification, one of the methods on this IXCLRDataExceptionNotification interface will be immediately called back.
Remarks
The provided method is part of the IXCLRDataProcess
interface and corresponds to the 33rd slot of the virtual method table.
Requirements
Platforms: See System Requirements.
Header: None
Library: None
.NET Framework Versions: Available since 4.7