ExceptionMode
Enum in Arbor.DynamicReflection
Description
Specify what to do with the exception that occurred
Properties
| Property Name | Description | 
|---|---|
| Throw | Throw the exception that occurred again | 
| Log | Only output a log of the exception that occurred | 
| Ignore | Ignore the exception that occurred |