StopOnAllExceptions

Property
Governs whether all exceptions - fatal or non-fatal - should cause execution to stop.

 

StopOnAllExceptions

The settings are:

Setting:

Means:

TRUE

All exceptions cause execution to stop.

FALSE

Only fatal exceptions cause execution to stop.

The default is TRUE - meaning that if you do not set this property yourself, all exceptions will cause execution to stop.

 

Errors that have been allowed by AllowKeyNotFound, AllowRecordExists, AllowRecordNotFound or AllowTableNotFound will still not cause execution to stop.



© 2009 Microsoft Corporation. All rights reserved.