AifFault::faultXml Method [AX 2012]

Microsoft internal use only.

client server public static AifXml faultXml(
   [str _defaultReason, 
    str _defaultCode, 
    AifXml _defaultDetailXml])

Run On

Called

Parameters

_defaultReason
Type: str
The default reason of the fault to be thrown; optional; optional.
_defaultCode
Type: str
The default code of the fault; optional; optional.
_defaultDetailXml
Type: AifXml Extended Data Type
The default details of the fault in XML; optional; optional.

Return Value

Type: AifXml Extended Data Type
The fault message sent to the end user.
Show: