This topic has not yet been rated - Rate this topic

InvalidFeedException Class

The exception that is thrown when a FeedSync feed is invalid.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] 
public class InvalidFeedException : SyncException
/** @attribute SerializableAttribute() */ 
public class InvalidFeedException extends SyncException
SerializableAttribute 
public class InvalidFeedException extends SyncException

This exception can be caused by a poorly formed feed, and also by a feed that is not a FeedSync feed or not one of the supported types.

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidFeedException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)