Method SetUnhandledExceptionModeIfDebugger
SetUnhandledExceptionModeIfDebugger(UnhandledExceptionMode)
Instructs the application how to respond to unhandled exceptions in debug mode.
public static void SetUnhandledExceptionModeIfDebugger(UnhandledExceptionMode mode)
Parameters
modeUnhandledExceptionModeAn UnhandledExceptionMode value describing how the application should behave if an exception is thrown without being caught.