Share via


ExchangeRateHelper.parmErrorType Method [AX 2012]

Gets or sets the ErrorType parameter.

Syntax

public AifErrorType parmErrorType([AifErrorType _errorType])

Run On

Called

Parameters

Return Value

Type: AifErrorType Enumeration
The value of the ErrorType parameter.

Remarks

This property specifies how errors can be handled when the system calls instance methods.

If set to an AifErrorType enumeration value of None, errors will not be thrown and processing will continue as long as possible. If set to an AifErrorType enumeration value of Exception , an exception will be thrown for the first error encountered. If set to an AifErrorType enumeration value of Fault , an AifFault class will be returned through the information log. The default value is an AifErrorType enumeration value of Exception .

See Also

Reference

ExchangeRateHelper Class