ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.