Freigeben über


ItemHasNoDataException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein Anbieter versucht, Daten für ein nicht existierendes Element zu laden.

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

Hinweise

In der Regel wird diese Ausnahme von einem Zielanbieter ausgelöst, wenn dieser versucht, eine Elementänderung zu übernehmen, für die Datenübertragung erforderlich ist, und vom Quellenanbieter kein Datenabruf angegeben wurde.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ItemHasNoDataException-Member
Microsoft.Synchronization-Namespace