4 overrides of OnThreadException
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
14599
protected override void
OnThreadException
(Exception e) {
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1086
protected override void
OnThreadException
(Exception e) {
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
1026
protected override void
OnThreadException
(Exception e) {
winforms\Managed\System\WinForms\Timer.cs (1)
434
protected override void
OnThreadException
(Exception e) {
1 reference to OnThreadException
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
677
OnThreadException
(e);