ChangeApplicationServices::ReportRecoverableErrorOnChangeUnitChange Method
Notifies the change application service that a recoverable error occurred when the destination provider tried to apply the change unit change.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: void ReportRecoverableErrorOnChangeUnitChange( ChangeUnitChange^ changeUnitChange, RecoverableErrorData^ errorData )
Parameters
- changeUnitChange
- Type: Microsoft.Synchronization::ChangeUnitChange
The change unit change that was successfully applied to the destination replica.
- errorData
- Type: Microsoft.Synchronization::RecoverableErrorData
Additional information about the error.
| Exception | Condition |
|---|---|
| ArgumentNullException | A required parameter is a nullptr. |
| ChangeNeedsKnowledgeException | changeUnitChange does not contain made-with knowledge. |
| SyncIdFormatMismatchException | The ID format schema of the knowledge object contained in changeUnitChange does not match the ID format schema specified when this object was initialized. |
| SyncInvalidOperationException | Change application was not started or changeUnitChange or its parent change has already been reported as successfully applied or conflicting. |
Show: