다음을 통해 공유


CommitFailedException 클래스

정의

를 커밋하는 DbTransaction동안 오류가 발생하면 throw됩니다.

[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, Exception)

CommitFailedException의 새 인스턴스를 초기화합니다.

CommitFailedException(String)

CommitFailedException의 새 인스턴스를 초기화합니다.

적용 대상