SyncException::SyncSource Property

Note: This API is now obsolete. The non-obsolete alternative is [Microsoft.Synchronization.Data.DataSyncException.SyncSource].

Gets or sets the name of the component that threw the exception.

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

[ObsoleteAttribute(L"You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
	true)]
public:
property Object^ SyncSource {
	Object^ get ();
	void set (Object^ value);
}

Property Value

Type: System::Object
Returns the name of the component that threw the exception. This member is obsolete and always returns a nullptr.

This member is obsolete and should not be used. Use Microsoft.Synchronization.Data.DataSyncException instead.

Show: