ItemNotFoundInMetadataStoreException Class
The exception that is thrown when a simple provider attempts to access an item that does not have an entry in the metadata store.
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
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SimpleProvidersException
Microsoft.Synchronization.ItemNotFoundInMetadataStoreException
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
ItemNotFoundInMetadataStoreException Members
Microsoft.Synchronization Namespace