ucRaiseError
See Also: Error Handling, ucError, ucErrorMessage, ucRaiseErrorMessage
Raises an error in a callback routine.
ucRaiseError Expr, ErrorNumber
Parameters
Expr
Required. The Expr argument received from your error handling callback routine is the one that should be used as the first argument of ucRaiseError().
ErrorNumber
Required. This number corresponds with the error you want to raise. It can be either a user-configured numerical value greater than 100, or one of the pre-defined error constants.