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)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemHasNoDataException
    Inherits SyncException
'Usage
Dim instance As ItemHasNoDataException
[SerializableAttribute] 
public class ItemHasNoDataException : SyncException
[SerializableAttribute] 
public ref class ItemHasNoDataException : public SyncException
/** @attribute SerializableAttribute() */ 
public class ItemHasNoDataException extends SyncException
SerializableAttribute 
public class ItemHasNoDataException extends SyncException

Remarks

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.

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemHasNoDataException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ItemHasNoDataException Members
Microsoft.Synchronization Namespace