MetadataFieldNotFoundException Class

The exception that is thrown when the named custom field does not exist.

Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class MetadataFieldNotFoundException
    Inherits MetadataStoreException
'Usage
Dim instance As MetadataFieldNotFoundException
[SerializableAttribute] 
public class MetadataFieldNotFoundException : MetadataStoreException
[SerializableAttribute] 
public ref class MetadataFieldNotFoundException : public MetadataStoreException
/** @attribute SerializableAttribute() */ 
public class MetadataFieldNotFoundException extends MetadataStoreException
SerializableAttribute 
public class MetadataFieldNotFoundException extends MetadataStoreException

Inheritance Hierarchy

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

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

MetadataFieldNotFoundException Members
Microsoft.Synchronization.MetadataStorage Namespace