AifFault.new Method [AX 2012]
Microsoft internal use only.
public void new(
AifFaultType _faultType,
str _reason,
str _code,
[AifXml _detailXml,
AifFaultContext _faultContext,
container _reasonParameters])
Run On
CalledParameters
- _faultType
- Type: AifFaultType Enumeration
An enumeration value that describes the type of the fault.
- _reason
- Type: str
The reason the fault occurred.
- _code
- Type: str
The code of the fault.
- _detailXml
- Type: AifXml Extended Data Type
The details of the fault in XML; optional.
- _faultContext
- Type: AifFaultContext Class
The context of the fault; optional.
- _reasonParameters
- Type: container
A container that contains the parameters that are used to create the _reason String via strFmt; optional.
Community Additions
ADD
Show: