Click or drag to resize
ISplashPresenterBackgroundThreadExceptionHandler Property
Gets or sets the delegate that will be hooked up to the ExceptionCaught events for objects that implement IBackgroundThreadExceptionCatcher.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
EventHandler<EventArgs<Exception>> BackgroundThreadExceptionHandler { get; set; }

Property Value

Type: EventHandlerEventArgsException
See Also