SqlCeLockTimeoutException メンバー
この例外は、ロックのタイムアウトが発生したときに、スローされます。
SqlCeLockTimeoutException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SqlCeLockTimeoutException |
Top
メソッド
名前 | 説明 | |
---|---|---|
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 | 現在の例外の文字列形式を作成して返します。 (inherited from SqlCeException) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Data | (inherited from Exception) | |
Errors | .NET Compact Framework Data Provider for SQL Server Compact 3.5 が生成する例外の詳細情報を含む、1 つ以上の SqlCeError オブジェクトのコレクションを取得します。 (inherited from SqlCeException) | |
HelpLink | (inherited from Exception) | |
HResult | 例外の HRESULT 値を取得します。値は、例外の SqlCeErrorCollection 内にある SqlCeError の最初のインスタンスの HResult 値と同じです。 (inherited from SqlCeException) | |
InnerException | (inherited from Exception) | |
Message | この例外の SqlCeErrorCollection 内にある SqlCeError の最初のインスタンスの説明テキストを取得します。 (inherited from SqlCeException) | |
NativeError | SqlCeErrorCollection 内の最初の SqlCeError のネイティブ エラー番号を取得します。エラーの詳細については、SQL Server Compact 3.5 オンライン ブックの「トラブルシューティング」セクションの「SQL Server Compact 3.5 のエラー」のトピックを参照してください。 (inherited from SqlCeException) | |
Source | エラーを生成した OLE DB プロバイダの名前を取得します。 (inherited from SqlCeException) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top