2027 Method
Changes 0
M

FailuresAccessor.PostFailure

Description:
Posts an additional failure message to be processed for the current transaction.
Remarks:
Should be used during failures processing instead of a similar method in a document class. Using method of the document class with the same name during failures processing is prohibited.
public void PostFailure(
	FailureMessage failure
)