ICLRDataTarget3 Interface
A subclass of ICLRDataTarget2 that provides access to exception information.
Methods
Method | Description |
---|---|
GetExceptionRecord Method | Called by the common language runtime (CLR) data access services to retrieve the exception record associated with the target process. |
GetExceptionContextRecord Method | Called by the CLR data access services to retrieve the context record associated with the target process. |
GetExceptionThreadID Method | Called by the CLR data access services to get the ID of the thread that threw the exception. |
Remarks
The API client (that is, the debugger) must implement this interface as appropriate for the particular target process. For example, a live process would have an implementation different from that of a memory dump. The target may not support modification of its memory regions.
Requirements
Platforms: See System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since November 2013 update to 4.5.1
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.