3 references to UnhandledExceptionEventArgs
Microsoft.VisualBasic.Forms (3)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (3)
48Public Delegate Sub UnhandledExceptionEventHandler(sender As Object, e As UnhandledExceptionEventArgs) 403RaiseEvent(sender As Object, e As UnhandledExceptionEventArgs) 961Protected Overridable Function OnUnhandledException(e As UnhandledExceptionEventArgs) As Boolean