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.
Provides an enumerator for call stack information that is embedded in an exception object. This interface is a subclass of the ICorDebugEnum interface.
Methods
Method | Description |
---|---|
ICorDebugExceptionObjectCallStackEnum::Next | Gets a specified number of CorDebugExceptionObjectStackFrame objects that contain information about an exception object's call stack. |
Remarks
The ICorDebugExceptionObjectCallStackEnum
interface implements the ICorDebugEnum interface.
An ICorDebugExceptionObjectCallStackEnum
instance is populated with CorDebugExceptionObjectStackFrame objects by calling the ICorDebugExceptionObjectValue::EnumerateExceptionCallStack method. The call stack items in the collection can be enumerated by calling the ICorDebugExceptionObjectCallStackEnum::Next method
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.5