Freigeben über


InvalidFeedException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein FeedSync-Feed ungültig ist.

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

Hinweise

Diese Ausnahme kann durch einen fehlerhaften Feed oder durch einen Feed, der kein FeedSync-Feed ist oder nicht zu den unterstützten Typen gehört, ausgelöst werden.

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidFeedException

Threadsicherheit

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

Siehe auch

Verweis

InvalidFeedException-Member
Microsoft.Synchronization-Namespace