SqlCeException 成員
當基礎提供者從 SQL Server Compact 3.5 資料來源傳回警告或錯誤時,所擲回的例外狀況。這個類別無法被繼承。
SqlCeException 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | (inherited from Exception) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | 建立並傳回目前例外狀況的字串表示。 (覆寫 Exception. . :: . .ToString() () () ()。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
Data | (inherited from Exception) | |
Errors | 取得一或多個SqlCeError 物件的集合,這些物件包含由 .NET Compact Framework Data Provider for SQL Server Compact 3.5 所產生之例外狀況的相關詳細資訊。 | |
HelpLink | (inherited from Exception) | |
HResult | 取得例外狀況的 HRESULT 值。這個值與例外狀況的 SqlCeErrorCollection 中的第一個 SqlCeError 執行個體的 HResult 值相同。 | |
InnerException | (inherited from Exception) | |
Message | 取得描述此例外狀況的 SqlCeErrorCollection 中第一個 SqlCeError 執行個體的文字。 (覆寫 Exception. . :: . .Message。) | |
NativeError | 取得 SqlCeErrorCollection 中第一個 SqlCeError 的原生錯誤號碼。如需有關此錯誤的詳細資訊,請參閱《SQL Server Compact 3.5 線上叢書》中<疑難排解>一節內的「SQL Server Compact 3.5 錯誤」主題。 | |
Source | 取得產生錯誤的 OLE DB 提供者名稱。 (覆寫 Exception. . :: . .Source。) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
頂端