Raises a Convertigo Engine exception.

In some circumstances, it is necessary to explicitly raise a Convertigo Engine exception. This is reflected as a SoapException for SOAP web service callers or by an XML error for any other caller.
Expression property can be set to a complex JavaScript expression, mixing text strings and data from variables. This expression will be evaluated during the transaction execution and will build a dynamic message output in the raised exception.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Expression JS expression standard Defines the expression evaluated to give the statement value.
This property is a JavaScript expression that is evaluated during the transaction execution and gives the statement’s result.
Is active boolean standard Defines whether the statement is active.