TraceLoggingService.ExceptionEvent Event

Exception event, which is called when an exception event is written from the monitored process.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

TraceLoggingService Class

Microsoft.VisualStudio.IntelliTrace Namespace