ControlledApplication.FailuresProcessing
Description:
Subscribe to the FailuresProcessing event to be notified when failures are being processed at the end of transaction.
Subscribe to the FailuresProcessing event to be notified when failures are being processed at the end of transaction.
Remarks:
This event is raised when failures are being processed during transaction commit or rollback operations. Handlers of this event have a limited ability to modify the document and/or failures in it, using provided restricted failures accessor interface.
This event is raised when failures are being processed during transaction commit or rollback operations. Handlers of this event have a limited ability to modify the document and/or failures in it, using provided restricted failures accessor interface.
public event EventHandler<FailuresProcessingEventArgs> FailuresProcessing