Table of Contents

Enum UncaughtExceptionHandling

Namespace
Whim
Assembly
Whim.dll
Ways to handle uncaught exceptions.
public enum UncaughtExceptionHandling

Fields

Log = 0
Log the error and continue.
Shutdown = 1
Shutdown and show the user an error message.