DbOutdatedSyncException 成員
針對嘗試同步處理具有過期中繼資料 (Metadata) 之對等 (Peer) 時發生之錯誤擲回的例外狀況 (Exception)。
DbOutdatedSyncException 型別公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
DbOutdatedSyncException() () () () | 使用預設值初始化 DbOutdatedSyncException 類別的新執行個體。 | |
DbOutdatedSyncException(String) | 使用訊息參數初始化 DbOutdatedSyncException 類別的新執行個體。 | |
DbOutdatedSyncException(SerializationInfo, StreamingContext) | 使用序列化 (Serialization) 資訊和資料流 (Streaming) 內容參數,初始化 DbOutdatedSyncException 類別的新執行個體。 | |
DbOutdatedSyncException(String, Exception) | 使用訊息和內部例外狀況參數,初始化 DbOutdatedSyncException 類別的新執行個體。 |
頂端
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) | |
Finalize() () () () | (繼承自 Object。) | |
GetBaseException() () () () | (繼承自 Exception。) | |
GetHashCode() () () () | (繼承自 Object。) | |
GetObjectData(SerializationInfo, StreamingContext) | 將與例外狀況有關的資訊填入 SerializationInfo 物件。 (覆寫 DbSyncException. . :: . .GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType() () () () | (繼承自 Exception。) | |
MemberwiseClone() () () () | (繼承自 Object。) | |
ToString() () () () | (繼承自 Exception。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Data | (繼承自 Exception。) | |
DbSyncStage | 取得或設定表示發生錯誤之同步處理階段的 DbSyncStage 列舉值。 (繼承自 DbSyncException。) | |
ErrorNumber | 已經過時。取得或設定此例外狀況的錯誤號碼。 (繼承自 SyncException。) | |
HelpLink | 取得或設定說明網頁的 URL,此網頁包含了有關此例外狀況的資訊。 (繼承自 DbSyncException。) | |
HResult | (繼承自 Exception。) | |
InnerException | (繼承自 Exception。) | |
Message | (繼承自 Exception。) | |
MissingCleanupKnowledge | 取得或設定 ForgottenKnowledge 物件,此物件包含對等遺失之清除知識的相關中繼資料。 | |
OutdatedPeerSyncKnowledge | 取得或設定 SyncKnowledge 物件,此物件包含對等具備之過期知識的相關中繼資料。 | |
Source | (繼承自 Exception。) | |
StackTrace | (繼承自 Exception。) | |
SyncProviderPosition | 取得或設定 SyncProviderPosition 列舉值,這個值表示提供者 (Provider) 與本機或遠端資料庫相關聯。 | |
SyncSource | 取得或設定擲回此例外狀況的元件名稱。 (繼承自 DbSyncException。) | |
SyncStage | 已經過時。取得或設定表示發生錯誤之同步處理階段的 SyncStage 列舉值。 (繼承自 SyncException。) | |
TargetSite | (繼承自 Exception。) |
頂端