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