Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The exception that is thrown when a method call is invalid for the current state of the object.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MetadataStoreInvalidOperationException
Inherits MetadataStoreException
'Usage
Dim instance As MetadataStoreInvalidOperationException
[SerializableAttribute]
public class MetadataStoreInvalidOperationException : MetadataStoreException
[SerializableAttribute]
public ref class MetadataStoreInvalidOperationException : public MetadataStoreException
/** @attribute SerializableAttribute() */
public class MetadataStoreInvalidOperationException extends MetadataStoreException
SerializableAttribute
public class MetadataStoreInvalidOperationException extends MetadataStoreException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.MetadataStorage.MetadataStoreException
Microsoft.Synchronization.MetadataStorage.MetadataStoreInvalidOperationException
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
MetadataStoreInvalidOperationException Members
Microsoft.Synchronization.MetadataStorage Namespace