Partager via


Classe ItemNotInFeedMetadataException

L'exception levée lorsqu'une tentative est faite pour charger des données d'élément à partir d'un flux FeedSync quand l'élément n'existe pas dans le flux.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ItemNotInFeedMetadataException
    Inherits SyncException
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics statiques (Partagés en Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres ItemNotInFeedMetadataException
Espace de noms Microsoft.Synchronization