ResolvedStackFrame(IntelliTraceProcess, IntelliTraceStackFrame) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.