MetadataFieldNotFoundException-Klasse

Die Ausnahme, die ausgelöst wird, wenn das benannte benutzerdefinierte Feld nicht vorhanden ist.

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
[<SerializableAttribute>]
type MetadataFieldNotFoundException =  
    class
        inherit MetadataStoreException
    end
public class MetadataFieldNotFoundException extends MetadataStoreException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

MetadataFieldNotFoundException-Member

Microsoft.Synchronization.MetadataStorage-Namespace