DataSyncException::ErrorNumber Property

Gets or sets the SyncErrorNumber enumeration value for the exception.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncErrorNumber ErrorNumber {
	SyncErrorNumber get ();
	void set (SyncErrorNumber value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncErrorNumber
A SyncErrorNumber enumeration value for the exception.
Show: