Share via


ResolvedStackFrame Constructor

Initializes a new instance of the ResolvedStackFrame class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.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

Exceptions

Exception Condition
ArgumentNullException

process or stackFrame is null.

.NET Framework Security

See Also

Reference

ResolvedStackFrame Class

Microsoft.VisualStudio.IntelliTrace Namespace