共用方式為


TraceLoggingService.ExceptionEvent 事件

例外狀況事件,這會在例外狀況事件從受監視處理序寫入時呼叫。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Event ExceptionEvent As EventHandler(Of ExceptionEventArgs)
public event EventHandler<ExceptionEventArgs> ExceptionEvent
public:
 event EventHandler<ExceptionEventArgs^>^ ExceptionEvent {
    void add (EventHandler<ExceptionEventArgs^>^ value);
    void remove (EventHandler<ExceptionEventArgs^>^ value);
}
member ExceptionEvent : IEvent<EventHandler<ExceptionEventArgs>,
    ExceptionEventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

TraceLoggingService 類別

Microsoft.VisualStudio.IntelliTrace 命名空間