This topic has not yet been rated - Rate this topic

ItemHasNoDataException Class

The exception that is thrown when a provider tries to load data for an item that does not exist.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class ItemHasNoDataException : SyncException
/** @attribute SerializableAttribute() */ 
public class ItemHasNoDataException extends SyncException
SerializableAttribute 
public class ItemHasNoDataException extends SyncException

Typically, this exception will be thrown by a destination provider when it tries to apply an item change that requires data transfer but no data retriever is specified by the source provider.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemHasNoDataException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)