Click or drag to resize
IBackgroundThreadExceptionCatcherExceptionCaught Event
Raised when an exception is caught on the background thread. The background thread should not pass ThreadAbortException through this.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<EventArgs<Exception>> ExceptionCaught

Value

Type: SystemEventHandlerEventArgsException
See Also