ResolvedExceptionEvent(IntelliTraceProcess, ExceptionEvent) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
包含 IntelliTraceProcess 的 exceptionEvent。
- exceptionEvent
- ExceptionEvent
原始 ExceptionEvent。
例外
process 或 exceptionEvent 为 null。