ResolvedExceptionEvent(IntelliTraceProcess, ExceptionEvent) Constructor

Definition

Initializes a new instance of the ResolvedExceptionEvent class.

public:
 ResolvedExceptionEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::ExceptionEvent ^ exceptionEvent);
public ResolvedExceptionEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.ExceptionEvent exceptionEvent);
new Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.ExceptionEvent -> Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionEvent
Public Sub New (process As IntelliTraceProcess, exceptionEvent As ExceptionEvent)

Parameters

process
IntelliTraceProcess

The IntelliTraceProcess that contains the exceptionEvent.

exceptionEvent
ExceptionEvent

The original ExceptionEvent.

Exceptions

process or exceptionEvent is null.

Applies to