ActionOnDotNetUnhandledException
The behavior in case of unhandled.NET exception.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum ActionOnDotNetUnhandledException
Remarks
Deprecated. This enum will be removed in a future release.
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). |