ResolvedExceptionThrownEvent 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 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.