Freigeben über


ItemNotFoundInMetadataStoreException-Klasse

Die Ausnahme, die beim Versuch eines einfachen Anbieter ausgelöst wird, auf ein Element zuzugreifen, das über keinen Eintrag im Metadatenspeicher verfügt.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemNotFoundInMetadataStoreException _
    Inherits SimpleProvidersException
'Usage
Dim instance As ItemNotFoundInMetadataStoreException
[SerializableAttribute]
public class ItemNotFoundInMetadataStoreException : SimpleProvidersException
[SerializableAttribute]
public ref class ItemNotFoundInMetadataStoreException : public SimpleProvidersException
[<SerializableAttribute>]
type ItemNotFoundInMetadataStoreException =  
    class
        inherit SimpleProvidersException
    end
public class ItemNotFoundInMetadataStoreException extends SimpleProvidersException

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization. . :: . .SimpleProvidersException
        Microsoft.Synchronization..::..ItemNotFoundInMetadataStoreException

Threadsicherheit

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

Siehe auch

Verweis

ItemNotFoundInMetadataStoreException-Member

Microsoft.Synchronization-Namespace