Table of Contents

Method SetUnhandledExceptionMode

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

SetUnhandledExceptionMode(UnhandledExceptionMode)

Instructs the application how to respond to unhandled exceptions.

public virtual void SetUnhandledExceptionMode(UnhandledExceptionMode mode)

Parameters

mode UnhandledExceptionMode

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