Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
ActionOnDotNetUnhandledException.Crash
(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
ActionOnDotNetUnhandledException.Silent Exit
(the application exits gracefully).