Share via


ResolvedDiagnosticEvent Constructor

Initializes a new instance of the ResolvedDiagnosticEvent class.

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

Syntax

'Declaration
Public Sub New ( _
    process As IntelliTraceProcess, _
    notifyPointEvent As DiagnosticEvent _
)
public ResolvedDiagnosticEvent(
    IntelliTraceProcess process,
    DiagnosticEvent notifyPointEvent
)
public:
ResolvedDiagnosticEvent(
    IntelliTraceProcess^ process, 
    DiagnosticEvent^ notifyPointEvent
)
new : 
        process:IntelliTraceProcess * 
        notifyPointEvent:DiagnosticEvent -> ResolvedDiagnosticEvent
public function ResolvedDiagnosticEvent(
    process : IntelliTraceProcess, 
    notifyPointEvent : DiagnosticEvent
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

process or notifyPointEvent is null.

Remarks

Throws a ArgumentNullException exceptiojn if process or notifyPointEvent is null.

.NET Framework Security

See Also

Reference

ResolvedDiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace