SyncException.ErrorNumber Property
Note: This API is now obsolete. The non-obsolete alternative is [Microsoft.Synchronization.Data.DataSyncException.ErrorNumber].
Gets or sets an error number for the exception.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
[ObsoleteAttribute("You are attempting to reference properties that have been moved. Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] public Object ErrorNumber { get; set; }
Property Value
Type: System.ObjectReturns an error number for the exception. This member is obsolete and always returns a null.