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