COMError.source Method [AX 2012]

Returns the name of the component that caused the error that occurred when the COM object was called.

public str source()

Run On

Called

Return Value

Type: str
The source of the error.

The source might be empty if the COM object does not support handing out the source of the error.

The source property is read-only.

Community Additions

ADD
Show: