ICorDebugExceptionDebugEvent Interface
Extends the ICorDebugDebugEvent interface to support exception events.
Methods
Method | Description |
---|---|
GetFlags Method | Gets a flag that indicates whether the exception is can be intercepted. |
GetNativeIP Method | Gets the native interface pointer for this exception debug event. |
GetStackPointer Method | Gets the stack pointer for this exception debug event. |
Remarks
The ICorDebugExceptionDebugEvent
interface is implemented by the following event types:
Note
The interface is available with .NET Native only. Attempting to call QueryInterface
to retrieve an interface pointer returns E_NOINTERFACE
for ICorDebug scenarios outside of .NET Native.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.