Classe InvalidFeedException
L'exception levée lorsqu'un flux FeedSync n'est pas valide.
Espace de noms : Microsoft.Synchronization
Assembly : Microsoft.Synchronization (dans Microsoft.Synchronization.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class InvalidFeedException _
Inherits SyncException
'Utilisation
Dim instance As InvalidFeedException
[SerializableAttribute]
public class InvalidFeedException : SyncException
[SerializableAttribute]
public ref class InvalidFeedException : public SyncException
[<SerializableAttribute>]
type InvalidFeedException =
class
inherit SyncException
end
public class InvalidFeedException extends SyncException
Notes
Cette exception peut être provoquée par un flux incorrectement formé, et également par un flux qui n'est pas un flux FeedSync ou un des types pris en charge.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..InvalidFeedException
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.