7 references to UnhandledExceptionMode
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (2)
1550public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode) 1574public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode, bool threadScope) {
winforms\Managed\System\WinForms\NativeWindow.cs (5)
1310internal static void SetUnhandledExceptionModeInternal(UnhandledExceptionMode mode, bool threadScope) { 1320case UnhandledExceptionMode.Automatic: 1328case UnhandledExceptionMode.ThrowException: 1336case UnhandledExceptionMode.CatchException: 1345throw new InvalidEnumArgumentException("mode", (int)mode, typeof(UnhandledExceptionMode));