Share via


ICorDebugExceptionObjectCallStackEnum.Next Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::CorDebugExceptionObjectStackFrame> ^ values, [Runtime::InteropServices::Out] System::UInt32 % celtFetched);
public int Next (uint celt, Microsoft.VisualStudio.CorDebugInterop.CorDebugExceptionObjectStackFrame[] values, out uint celtFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.CorDebugInterop.CorDebugExceptionObjectStackFrame[] * uint32 -> int
Public Function Next (celt As UInteger, values As CorDebugExceptionObjectStackFrame(), ByRef celtFetched As UInteger) As Integer

Parameters

celt
UInt32
celtFetched
UInt32

Returns

Applies to