Share via


ResolvedExceptionThrownEvent Constructor

Initializes a new instance of the ResolvedExceptionThrownEvent class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Sub New ( _
    process As IntelliTraceProcess, _
    exceptionThrownEvent As ExceptionThrownEvent _
)
public ResolvedExceptionThrownEvent(
    IntelliTraceProcess process,
    ExceptionThrownEvent exceptionThrownEvent
)
public:
ResolvedExceptionThrownEvent(
    IntelliTraceProcess^ process, 
    ExceptionThrownEvent^ exceptionThrownEvent
)
new : 
        process:IntelliTraceProcess * 
        exceptionThrownEvent:ExceptionThrownEvent -> ResolvedExceptionThrownEvent
public function ResolvedExceptionThrownEvent(
    process : IntelliTraceProcess, 
    exceptionThrownEvent : ExceptionThrownEvent
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

process or exceptionThrownEvent is null.

.NET Framework Security

See Also

Reference

ResolvedExceptionThrownEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace