# WebGLExceptionSupport

> Options for Exception support in WebGL.

## Definition

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

```csharp
public enum WebGLExceptionSupport
```

## Fields

| Value                                                                                                                                 | Description                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [ExplicitlyThrownExceptionsOnly](/engine/6000.5/script-reference/unityeditor/webglexceptionsupport/explicitlythrownexceptionsonly.md) | Enable throw support.                                                           |
| [FullWithoutStacktrace](/engine/6000.5/script-reference/unityeditor/webglexceptionsupport/fullwithoutstacktrace.md)                   | Enable exception support for all exceptions, without stack trace information.   |
| [FullWithStacktrace](/engine/6000.5/script-reference/unityeditor/webglexceptionsupport/fullwithstacktrace.md)                         | Enable exception support for all exceptions, including stack trace information. |
| [None](/engine/6000.5/script-reference/unityeditor/webglexceptionsupport/none.md)                                                     | Disable exception support.                                                      |
