ActionOnDotNetUnhandledException
The behavior in case of unhandled.NET exception.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ActionOnDotNetUnhandledException
Fields
Value | Description |
|---|---|
| Crash | Crash in case of unhandled .NET exception (Crash Report will be generated). |
| SilentExit | Silent exit in case of unhandled .NET exception (no Crash Report generated). |