Table of Contents

Method SetUnhandledExceptionModeIfDebugger

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetUnhandledExceptionModeIfDebugger(UnhandledExceptionMode)

Instructs the application how to respond to unhandled exceptions in debug mode.

public virtual void SetUnhandledExceptionModeIfDebugger(UnhandledExceptionMode mode)

Parameters

mode UnhandledExceptionMode

An UnhandledExceptionMode value describing how the application should behave if an exception is thrown without being caught.