Freigeben über


ItemNotInFeedMetadataException-Klasse

Die Ausnahme, die beim Versuch ausgelöst wird, Elementdaten aus einem FeedSync-Feed zu laden, wenn das Element im Feed nicht vorhanden ist.

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

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ItemNotInFeedMetadataException

Threadsicherheit

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

Siehe auch

Verweis

ItemNotInFeedMetadataException-Member
Microsoft.Synchronization-Namespace