# IgnoreExceptions

> Use this options to ignore specific exceptions during visitation.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Properties](/engine/6000.7/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public VisitExceptionKind IgnoreExceptions { readonly get; set; }
```
