actionOnDotNetUnhandledException
Sets the crash behavior on.NET unhandled exception.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static ActionOnDotNetUnhandledException actionOnDotNetUnhandledException { get; set; }
Remarks
The options are (the application crashes hardly and forces iOS to generate a crash report that can be submitted to iTunes by app users and inspected by developers) and (the application exits gracefully).
ActionOnDotNetUnhandledException.CrashActionOnDotNetUnhandledException.Silent Exit