ItemNotInFeedMetadataException Class
The exception that is thrown when an attempt is made to load item data from a FeedSync feed when the item does not exist in the feed.
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
/** @attribute SerializableAttribute() */
public class ItemNotInFeedMetadataException extends SyncException
SerializableAttribute
public class ItemNotInFeedMetadataException extends SyncException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.ItemNotInFeedMetadataException
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
ItemNotInFeedMetadataException Members
Microsoft.Synchronization Namespace