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
[<SerializableAttribute>]
type InvalidFeedException =  
    class
        inherit SyncException
    end
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 static (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