ItemNotInFeedMetadataException 类

FeedSync 馈送中不存在某项而尝试从该馈送加载此项数据时引发的异常。

命名空间:  Microsoft.Synchronization
程序集:  Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ItemNotInFeedMetadataException _
    Inherits SyncException
用法
Dim instance As ItemNotInFeedMetadataException
[SerializableAttribute]
public class ItemNotInFeedMetadataException : SyncException
[SerializableAttribute]
public ref class ItemNotInFeedMetadataException : public SyncException
[<SerializableAttribute>]
type ItemNotInFeedMetadataException =  
    class
        inherit SyncException
    end
public class ItemNotInFeedMetadataException extends SyncException

继承层次结构

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization..::..ItemNotInFeedMetadataException

线程安全

此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ItemNotInFeedMetadataException 成员

Microsoft.Synchronization 命名空间