Partager via


ResolvedCallSiteEvent Constructor

Initializes a new instance of the ResolvedCallSiteEvent class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Déclaration
Public Sub New ( _
    process As IntelliTraceProcess, _
    callSiteEvent As CallSiteEvent _
)
public ResolvedCallSiteEvent(
    IntelliTraceProcess process,
    CallSiteEvent callSiteEvent
)
public:
ResolvedCallSiteEvent(
    IntelliTraceProcess^ process, 
    CallSiteEvent^ callSiteEvent
)
new : 
        process:IntelliTraceProcess * 
        callSiteEvent:CallSiteEvent -> ResolvedCallSiteEvent
public function ResolvedCallSiteEvent(
    process : IntelliTraceProcess, 
    callSiteEvent : CallSiteEvent
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

process or callSiteEvent is null.

.NET Framework Security

See Also

Reference

ResolvedCallSiteEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace