Share via


ExchangeRateHelper.handleError Method [AX 2012]

Handles the error encountered that is based on the value of the parmErrorType property.

Syntax

protected void handleError(str _error, str _faultCode)

Run On

Called

Parameters

  • _error
    Type: str
    The error string to display to the user.
  • _faultCode
    Type: str
    The fault code that is returned to the Web service user.

See Also

Reference

ExchangeRateHelper Class