ISplashPresenterBackgroundThreadExceptionHandler Property |
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax EventHandler<EventArgs<Exception>> BackgroundThreadExceptionHandler { get; set; }
Property BackgroundThreadExceptionHandler As EventHandler(Of EventArgs(Of Exception))
Get
Set
property EventHandler<EventArgs<Exception^>^>^ BackgroundThreadExceptionHandler {
EventHandler<EventArgs<Exception^>^>^ get ();
void set (EventHandler<EventArgs<Exception^>^>^ value);
}
abstract BackgroundThreadExceptionHandler : EventHandler<EventArgs<Exception>> with get, set
Property Value
Type:
EventHandlerEventArgsExceptionSee Also