3 instantiations of UnhandledExceptionEventArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
513
If Not OnUnhandledException(New
UnhandledExceptionEventArgs
(True, ex)) Then
577
If Not OnUnhandledException(New
UnhandledExceptionEventArgs
(True, ex)) Then
701
OnUnhandledException(New
UnhandledExceptionEventArgs
(True, e.Exception))
3 references to UnhandledExceptionEventArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
46
Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As
UnhandledExceptionEventArgs
)
437
RaiseEvent(sender As Object, e As
UnhandledExceptionEventArgs
)
959
Protected Overridable Function OnUnhandledException(e As
UnhandledExceptionEventArgs
) As Boolean