Freigeben über


ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Constructor

Definition

Initializes a new instance of the ResolvedDiagnosticEvent class.

public:
 ResolvedDiagnosticEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::DiagnosticEvent ^ notifyPointEvent);
public ResolvedDiagnosticEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent notifyPointEvent);
new Microsoft.VisualStudio.IntelliTrace.ResolvedDiagnosticEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent -> Microsoft.VisualStudio.IntelliTrace.ResolvedDiagnosticEvent
Public Sub New (process As IntelliTraceProcess, notifyPointEvent As DiagnosticEvent)

Parameters

process
IntelliTraceProcess

The IntelliTraceProcess that contains the notifyPointEvent.

notifyPointEvent
DiagnosticEvent

The original DiagnosticEvent.

Exceptions

process or notifyPointEvent is null.

Applies to