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
/** @attribute SerializableAttribute() */ 
public class ItemNotFoundInMetadataStoreException extends SimpleProvidersException
SerializableAttribute 
public class ItemNotFoundInMetadataStoreException extends SimpleProvidersException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (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