ResolvedStackFrame(IntelliTraceProcess, IntelliTraceStackFrame) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ResolvedStackFrame 类的新实例。
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)
参数
- process
- IntelliTraceProcess
包含 IntelliTraceProcess 的 stackFrame。
- stackFrame
- IntelliTraceStackFrame
原始 StackFrame。
例外
process 或 stackFrame 为 null。