CommitFailedException Constructor
Initializes a new instance of the CommitFailedException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | CommitFailedException() | Initializes a new instance of CommitFailedException with default values. |
![]() | CommitFailedException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommitFailedException class with serialized data. |
![]() | CommitFailedException(String) | Initializes a new instance of CommitFailedException with error message. |
![]() | CommitFailedException(String, Exception) | Initializes a new instance of CommitFailedException with error message and inner exception. |
CommitFailedException Constructor ()
Initializes a new instance of CommitFailedException with default values.
CommitFailedException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the CommitFailedException class with serialized data.
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
The data necessary to serialize or deserialize an object.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
The description of the source and destination of the specified serialized stream.
CommitFailedException Constructor (String)
Initializes a new instance of CommitFailedException with error message.
Parameters
- message
-
Type:
System.String
The exception message.
CommitFailedException Constructor (String, Exception)
Initializes a new instance of CommitFailedException with error message and inner exception.
Parameters
- message
-
Type:
System.String
The exception message.
- innerException
-
Type:
System.Exception
The inner exception.