ItemMetadataNotFoundException Class

The exception that is thrown when an item that has the specified ID or custom field value could not be found in the metadata store.

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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ItemMetadataNotFoundException Members
Microsoft.Synchronization.MetadataStorage Namespace