Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CrashCrash in case of unhandled .NET exception (Crash Report will be generated).
SilentExitSilent exit in case of unhandled .NET exception (no Crash Report generated).