Table of Contents

Enum UnhandledExceptionMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines where an application should send unhandled exceptions.

public enum UnhandledExceptionMode

Fields

CatchException = 0

Always route exceptions to the event handler.

ThrowException = 1

Never route exceptions to the event handler.