Share via


JmgTermJob.registrationError Method [AX 2012]

This method is invoked if an error occurs when a registration on the job is created. It throws an error that has the specified error message. If special handling of registration errors is necessary for a specific type of job, this method should be overridden.

Syntax

protected void registrationError(SysInfoLogStr _errorMessage)

Run On

Called

Parameters

Remarks

This protected method is invoked when an error is detected when a registration on the job is created. For example, if an attempt is made to create a registration on an invalid job ID.

See Also

Reference

JmgTermJob Class