ResolvedExceptionEvent(IntelliTraceProcess, ExceptionEvent) 构造函数

定义

初始化 ResolvedExceptionEvent 类的新实例。

public:
 ResolvedExceptionEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::ExceptionEvent ^ exceptionEvent);
public ResolvedExceptionEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.ExceptionEvent exceptionEvent);
new Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.ExceptionEvent -> Microsoft.VisualStudio.IntelliTrace.ResolvedExceptionEvent
Public Sub New (process As IntelliTraceProcess, exceptionEvent As ExceptionEvent)

参数

process
IntelliTraceProcess

包含 IntelliTraceProcessexceptionEvent

exceptionEvent
ExceptionEvent

原始 ExceptionEvent

例外

processexceptionEvent 为 null。

适用于