SyncSessionContext::SyncSessionStatus Property

Gets an Exception object that indicates why the synchronization session failed, if a failure occurred.

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

public:
property Exception^ SyncSessionStatus {
	Exception^ get ();
}

Property Value

Type: System::Exception
An Exception object that indicates why the synchronization session failed, or a nullptr if the session succeeded.
Show: