property NAVObjectTemplate.TemplateThrowError as Boolean
Specifies whether the execution of the template stops once an error occurs.

TypeDescription
Boolean A Boolean expression that specifies whether the NAVHost control fires an error/exception when an error occurs in the Item/Template call.
By default, the TemplateThrowError property is True. The TemplateThrowError property specifies whether the control fires an exception/error when the Template call fails. The TemplateError / TemplateException property indicates the error/exception that occurred in the Item/Template call. The TemplateError / TemplateException gets the error if the Template calls fails.

By default, the control fires an exception/error when the Item/Template call fails like shown in the following screen shot: