Share via


ResolvedStackFrame(IntelliTraceProcess, IntelliTraceStackFrame) Constructor

Definition

Initializes a new instance of the ResolvedStackFrame class.

public:
 ResolvedStackFrame(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^ stackFrame);
public ResolvedStackFrame (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame stackFrame);
new Microsoft.VisualStudio.IntelliTrace.ResolvedStackFrame : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame -> Microsoft.VisualStudio.IntelliTrace.ResolvedStackFrame
Public Sub New (process As IntelliTraceProcess, stackFrame As IntelliTraceStackFrame)

Parameters

process
IntelliTraceProcess

The IntelliTraceProcess that contains the stackFrame.

stackFrame
IntelliTraceStackFrame

The original StackFrame.

Exceptions

process or stackFrame is null.

Applies to