ResolvedExceptionThrownEvent Constructor
Initializes a new instance of the ResolvedExceptionThrownEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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
- process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
The IntelliTraceProcess that contains the exceptionThrownEvent.
- exceptionThrownEvent
Type: Microsoft.VisualStudio.IntelliTrace.ExceptionThrownEvent
The original ExceptionThrownEvent.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | process or exceptionThrownEvent is null. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.