Classe ItemMetadataNotFoundException
L'exception levée quand un élément qui a l'ID spécifié ou la valeur de champ personnalisé n'est pas trouvé pas dans le magasin des métadonnées.
Espace de noms : Microsoft.Synchronization.MetadataStorage
Assembly : Microsoft.Synchronization.MetadataStorage (dans Microsoft.Synchronization.MetadataStorage.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ItemMetadataNotFoundException _
Inherits MetadataStoreException
'Utilisation
Dim instance As ItemMetadataNotFoundException
[SerializableAttribute]
public class ItemMetadataNotFoundException : MetadataStoreException
[SerializableAttribute]
public ref class ItemMetadataNotFoundException : public MetadataStoreException
[<SerializableAttribute>]
type ItemMetadataNotFoundException =
class
inherit MetadataStoreException
end
public class ItemMetadataNotFoundException extends MetadataStoreException
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization.MetadataStorage. . :: . .MetadataStoreException
Microsoft.Synchronization.MetadataStorage..::..ItemMetadataNotFoundException
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.