ItemMetadataNotFoundException-Klasse

Die Ausnahme, die ausgelöst wird, wenn im Metadatenspeicher kein Element mit der angegebenen ID oder dem benutzerdefinierten Feldwert gefunden werden konnte.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemMetadataNotFoundException _
    Inherits MetadataStoreException
'Usage
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

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization.MetadataStorage. . :: . .MetadataStoreException
        Microsoft.Synchronization.MetadataStorage..::..ItemMetadataNotFoundException

Threadsicherheit

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

Siehe auch

Verweis

ItemMetadataNotFoundException-Member

Microsoft.Synchronization.MetadataStorage-Namespace