CommitFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Thrown when an error occurs committing a DbTransaction.
[System.Serializable]
public class CommitFailedException : System.Data.DataException
type CommitFailedException = class
inherit DataException
Public Class CommitFailedException
Inherits DataException
- Inheritance
-
CommitFailedException
- Attributes
Constructors
CommitFailedException() |
Initializes a new instance of CommitFailedException |
CommitFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CommitFailedException class. |
CommitFailedException(String, Exception) |
Initializes a new instance of CommitFailedException |
CommitFailedException(String) |
Initializes a new instance of CommitFailedException |