ErrorBehavior Option Type
Version: Available or changed with runtime version 8.0.
Specifies whether errors will be collected within the scope of the method.
Members
Member | Description |
---|---|
Collect | Collectable errors will be gathered and code execution will be continued until the end of the ErrorBehavior scope. If errors are left unhandled at the end of the ErrorBehavior scope, execution will stop with an aggregated error. |