ApplicationUnhandledException Event |
Occurs when an unhandled exception occcurs.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public event EventHandler<UnhandledExceptionEventArgs> UnhandledException
Public Event UnhandledException As EventHandler(Of UnhandledExceptionEventArgs)
member UnhandledException : IEvent<EventHandler<UnhandledExceptionEventArgs>,
UnhandledExceptionEventArgs>
Value
Type:
SystemEventHandlerUnhandledExceptionEventArgsSee Also