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
[<SerializableAttribute>]
type ItemNotInFeedMetadataException =  
    class
        inherit SyncException
    end
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 static (Shared dans 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