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