ResolvedStackFrame Constructor
Initializes a new instance of the ResolvedStackFrame class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaração
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.IntelliTraceProcess
The IntelliTraceProcess that contains the stackFrame.
- stackFrame
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame
The 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.