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
[<SerializableAttribute>]
type ChangeBatchNeedsKnowledgeException =
class
inherit SyncException
end
public class ChangeBatchNeedsKnowledgeException extends SyncException
備註
這個例外狀況通常表示來源提供者的問題。當來源提供者建立變更批次,但是沒有正確指定變更批次的建立方式知識時,就會擲回此例外狀況。當變更批次是空的,而且沒有包含任何建立方式知識時,就可能會發生這種情況。當群組在變更批次中啟動,但是沒有結束時,也可能會發生這種情況。
繼承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..ChangeBatchNeedsKnowledgeException
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。