Sdílet prostřednictvím


ResolvedExceptionThrownEvent Constructor

Definition

Initializes a new instance of the ResolvedExceptionThrownEvent class.

public:
 ResolvedExceptionThrownEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::ExceptionThrownEvent ^ exceptionThrownEvent);
public ResolvedExceptionThrownEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.ExceptionThrownEvent exceptionThrownEvent);
new Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionThrownEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.ExceptionThrownEvent -> Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionThrownEvent
Public Sub New (process As IntelliTraceProcess, exceptionThrownEvent As ExceptionThrownEvent)

Parameters

process
IntelliTraceProcess

The IntelliTraceProcess that contains the exceptionThrownEvent.

exceptionThrownEvent
ExceptionThrownEvent

The original ExceptionThrownEvent.

Exceptions

process or exceptionThrownEvent is null.

Applies to