# ActionOnDotNetUnhandledException

> The behavior in case of unhandled.NET exception.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** The enum is deprecated and will be removed in a future release.

```csharp
public enum ActionOnDotNetUnhandledException
```

## Remarks

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

## Fields

| Value                                                                                                    | Description                                                                  |
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Crash](/engine/6000.3/script-reference/unityeditor/actionondotnetunhandledexception/crash.md)           | Crash in case of unhandled .NET exception (Crash Report will be generated).  |
| [SilentExit](/engine/6000.3/script-reference/unityeditor/actionondotnetunhandledexception/silentexit.md) | Silent exit in case of unhandled .NET exception (no Crash Report generated). |
