Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the ResolvedExceptionEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Sub New ( _
process As IntelliTraceProcess, _
exceptionEvent As ExceptionEvent _
)
public ResolvedExceptionEvent(
IntelliTraceProcess process,
ExceptionEvent exceptionEvent
)
public:
ResolvedExceptionEvent(
IntelliTraceProcess^ process,
ExceptionEvent^ exceptionEvent
)
new :
process:IntelliTraceProcess *
exceptionEvent:ExceptionEvent -> ResolvedExceptionEvent
public function ResolvedExceptionEvent(
process : IntelliTraceProcess,
exceptionEvent : ExceptionEvent
)
Parameters
- process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
The IntelliTraceProcess that contains the exceptionEvent.
- exceptionEvent
Type: Microsoft.VisualStudio.IntelliTrace.ExceptionEvent
The original ExceptionEvent.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | process or exceptionEvent 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.