ICorDebugExceptionObjectCallStackEnum::Next 方法
取得指定數目的 CorDebugExceptionObjectStackFrame 實例,其中包含例外狀況物件呼叫堆疊中的資訊。
語法
HRESULT Next(
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)] CorDebugExceptionObjectStackFrame values[],
[out] ULONG *pceltFetched
);
參數
celt
[in]要擷取的 CorDebugExceptionObjectStackFrame 實例數目。
values
[out]指標陣列,每個指標都 指向 CorDebugExceptionObjectStackFrame 物件。
pceltFetched
[out]實際傳回 CorDebugExceptionObjectStackFrame 實例數目的指標。
備註
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 4.5 起提供