IBackgroundThreadExceptionCatcherExceptionCaught Event |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax event EventHandler<EventArgs<Exception>> ExceptionCaught
Event ExceptionCaught As EventHandler(Of EventArgs(Of Exception))
event EventHandler<EventArgs<Exception^>^>^ ExceptionCaught {
void add (EventHandler<EventArgs<Exception^>^>^ value);
void remove (EventHandler<EventArgs<Exception^>^>^ value);
}
abstract ExceptionCaught : IEvent<EventHandler<EventArgs<Exception>>,
EventArgs<Exception>>
Value
Type:
SystemEventHandlerEventArgsExceptionSee Also