<Code Lib>
2027 Method
Changes 0
M

FailuresAccessor.SetFailureHandlingOptions

Description:
Sets failure handling options for the transaction currently being finished.
Remarks:
If used with returning ProceedWithRollback from (pre)processing, allows to dismiss errors and roll back transaction without any further failures processing and silently for the user.

public void SetFailureHandlingOptions(
	FailureHandlingOptions options
)

  • options
    The failure handling options to be set for the transaction currently being finished.

Loading…