共用方式為


ChangeNeedsKnowledgeException 類別

ItemChange 物件並未包含所需知識時,所擲回的例外狀況 (Exception)。

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

語法

'宣告
<SerializableAttribute> _
Public Class ChangeNeedsKnowledgeException _
    Inherits SyncException
'用途
Dim instance As ChangeNeedsKnowledgeException
[SerializableAttribute]
public class ChangeNeedsKnowledgeException : SyncException
[SerializableAttribute]
public ref class ChangeNeedsKnowledgeException : public SyncException
[<SerializableAttribute>]
type ChangeNeedsKnowledgeException =  
    class
        inherit SyncException
    end
public class ChangeNeedsKnowledgeException extends SyncException

備註

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

繼承階層

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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。

請參閱

參考

ChangeNeedsKnowledgeException 成員

Microsoft.Synchronization 命名空間