Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies the change application service that a recoverable error occurred when the destination provider tried to apply the change unit change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub ReportRecoverableErrorOnChangeUnitChange ( _
changeUnitChange As ChangeUnitChange, _
errorData As RecoverableErrorData _
)
'Usage
Dim instance As ChangeApplicationServices
Dim changeUnitChange As ChangeUnitChange
Dim errorData As RecoverableErrorData
instance.ReportRecoverableErrorOnChangeUnitChange(changeUnitChange, errorData)
public void ReportRecoverableErrorOnChangeUnitChange (
ChangeUnitChange changeUnitChange,
RecoverableErrorData errorData
)
public:
void ReportRecoverableErrorOnChangeUnitChange (
ChangeUnitChange^ changeUnitChange,
RecoverableErrorData^ errorData
)
public void ReportRecoverableErrorOnChangeUnitChange (
ChangeUnitChange changeUnitChange,
RecoverableErrorData errorData
)
public function ReportRecoverableErrorOnChangeUnitChange (
changeUnitChange : ChangeUnitChange,
errorData : RecoverableErrorData
)
Parameters
- changeUnitChange
The change unit change that was successfully applied to the destination replica.
- errorData
Additional information about the error.
Exceptions
Exception type | Condition |
---|---|
A required parameter is a null reference (Nothing in Visual Basic). |
|
changeUnitChange does not contain made-with knowledge. |
|
The ID format schema of the knowledge object contained in changeUnitChange does not match the ID format schema specified when this object was initialized. |
|
Change application was not started or changeUnitChange or its parent change has already been reported as successfully applied or conflicting. |
See Also
Reference
ChangeApplicationServices Class
ChangeApplicationServices Members
Microsoft.Synchronization Namespace