Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The exception that is thrown when a FeedSync feed is invalid.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidFeedException
    Inherits SyncException
'Usage
Dim instance As InvalidFeedException
[SerializableAttribute] 
public class InvalidFeedException : SyncException
[SerializableAttribute] 
public ref class InvalidFeedException : public SyncException
/** @attribute SerializableAttribute() */ 
public class InvalidFeedException extends SyncException
SerializableAttribute 
public class InvalidFeedException extends SyncException
Remarks
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.
Inheritance Hierarchy
System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidFeedException
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
InvalidFeedException Members
Microsoft.Synchronization Namespace