次の方法で共有


CommitFailedException クラス

定義

のコミット DbTransaction中にエラーが発生したときにスローされます。

[System.Serializable]
public class CommitFailedException : System.Data.DataException
type CommitFailedException = class
    inherit DataException
Public Class CommitFailedException
Inherits DataException
継承
CommitFailedException
属性

コンストラクター

CommitFailedException()

CommitFailedException の新しいインスタンスを初期化します

CommitFailedException(SerializationInfo, StreamingContext)

CommitFailedException クラスの新しいインスタンスを初期化します。

CommitFailedException(String)

CommitFailedException の新しいインスタンスを初期化します

CommitFailedException(String, Exception)

CommitFailedException の新しいインスタンスを初期化します

適用対象