Freigeben über


ItemNotInFeedMetadataException-Klasse

Die Ausnahme, die beim Versuch ausgelöst wird, Elementdaten aus einem FeedSync-Feed zu laden, wenn das Element im Feed nicht vorhanden ist.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ItemNotInFeedMetadataException _
    Inherits SyncException
'Usage
Dim instance As ItemNotInFeedMetadataException
[SerializableAttribute]
public class ItemNotInFeedMetadataException : SyncException
[SerializableAttribute]
public ref class ItemNotInFeedMetadataException : public SyncException
[<SerializableAttribute>]
type ItemNotInFeedMetadataException =  
    class
        inherit SyncException
    end
public class ItemNotInFeedMetadataException extends SyncException

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization..::..ItemNotInFeedMetadataException

Threadsicherheit

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

Siehe auch

Verweis

ItemNotInFeedMetadataException-Member

Microsoft.Synchronization-Namespace