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