หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5