Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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