Show / Hide Table of Contents

Enum UExcept

Flags for script.setup parameter exception. Defines what to do on unhandled exception. Default is Print, even if script.setup not called (with default compiler only).

[Flags]
public enum UExcept

Namespace: Au.Types
Assembly: Au.dll

Fields

Name Description
Dialog

Show dialog with exception info. If editor available, the dialog contains links to functions in the call stack. To close the dialog when a link clicked, add flag Print.

Print

Display exception info in output.

Extension Methods

ExtMisc.HasAny<UExcept>(UExcept, UExcept)
ExtMisc.Has<UExcept>(UExcept, UExcept)
ExtMisc.SetFlag<UExcept>(ref UExcept, UExcept, bool)