Table of Contents

Method SetUnhandledExceptionModes

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

SetUnhandledExceptionModes(UnhandledExceptionMode)

Instructs the application how to respond to unhandled exceptions.

public static void SetUnhandledExceptionModes(UnhandledExceptionMode value)

Parameters

value UnhandledExceptionMode

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