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