2025.3 Method
Changes 0
M

Transaction.SetFailureHandlingOptions

Description:
Sets options for handling failures to be used when the transaction is being committed or rolled back.
Remarks:
Options can be set at any time before the transaction is either committed or rolled back. See FailureHandlingOptions for details about available options. Once committed or rolled back, the transaction object will reset its options to their default values.
public void SetFailureHandlingOptions(
	FailureHandlingOptions options
)