共用方式為


ChangeBatchNeedsKnowledgeException 類別

當變更批次物件並未包含學習到的知識時,所擲回的例外狀況 (Exception)。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
<SerializableAttribute> _
Public Class ChangeBatchNeedsKnowledgeException
    Inherits SyncException
'用途
Dim instance As ChangeBatchNeedsKnowledgeException
[SerializableAttribute] 
public class ChangeBatchNeedsKnowledgeException : SyncException
[SerializableAttribute] 
public ref class ChangeBatchNeedsKnowledgeException : public SyncException
/** @attribute SerializableAttribute() */ 
public class ChangeBatchNeedsKnowledgeException extends SyncException
SerializableAttribute 
public class ChangeBatchNeedsKnowledgeException extends SyncException

備註

這個例外狀況通常表示來源提供者的問題。當來源提供者建立變更批次,但是沒有正確指定變更批次的建立方式知識時,就會擲回此例外狀況。當變更批次是空的,而且沒有包含任何建立方式知識時,就可能會發生這種情況。當群組在變更批次中啟動,但是沒有結束時,也可能會發生這種情況。

繼承階層

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.ChangeBatchNeedsKnowledgeException

執行緒安全性

任何公用靜態 (共用 在 Visual Basic) 此型別的成員具備執行緒安全。不保證任何執行個體成員安全執行緒。

請參閱

參考

ChangeBatchNeedsKnowledgeException 成員
Microsoft.Synchronization 命名空間