Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ActionOnDotNetUnhandledException

The behavior in case of unhandled.NET exception.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
Warning
Deprecated. The enum is deprecated and will be removed in a future release.
public enum ActionOnDotNetUnhandledException

Remarks

Deprecated. This enum will be removed in a future release.

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).