Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides additional information about an exception.
Syntax
typedef enum CorDebugExceptionFlags {
DEBUG_EXCEPTION_NONE = 0,
DEBUG_EXCEPTION_CAN_BE_INTERCEPTED = 0x0001
} CorDebugExceptionFlags;
Members
| Member | Description |
|---|---|
DEBUG_EXCEPTION_NONE |
There is no exception. |
DEBUG_EXCEPTION_CAN_BE_INTERCEPTED |
The exception is interceptable. The timing of the exception may still be such that the debugger cannot intercept it. For example, if there is no managed code below the current callback or the exception event resulted from a just-in-time (JIT) attachment, the exception cannot be intercepted. |
Remarks
New values may be added to this enumeration in later versions, so you should prepare code that uses CorDebugExceptionFlags for unexpected values.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 2.0
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.