Share via


CurrencyExchangeHelper.parmErrorType Method [AX 2012]

Gets or sets the value of the ErrorType property.

Syntax

public AifErrorType parmErrorType([AifErrorType _errorType])

Run On

Called

Parameters

Return Value

Type: AifErrorType Enumeration
The value of the ErrorType property.

Remarks

This property specifies how errors should be handled when it calls instance methods.

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

See Also

Reference

CurrencyExchangeHelper Class