ResolvedStackFrame Constructor
Initializes a new instance of the ResolvedStackFrame class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Sub New ( _
process As IntelliTraceProcess, _
stackFrame As IntelliTraceStackFrame _
)
public ResolvedStackFrame(
IntelliTraceProcess process,
IntelliTraceStackFrame stackFrame
)
public:
ResolvedStackFrame(
IntelliTraceProcess^ process,
IntelliTraceStackFrame^ stackFrame
)
new :
process:IntelliTraceProcess *
stackFrame:IntelliTraceStackFrame -> ResolvedStackFrame
public function ResolvedStackFrame(
process : IntelliTraceProcess,
stackFrame : IntelliTraceStackFrame
)
Parameters
process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcessThe IntelliTraceProcess that contains the stackFrame.
stackFrame
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrameThe original StackFrame.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | process or stackFrame is null. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.