DbUpdateConcurrencyException Constructor
Initializes a new instance of the DbUpdateConcurrencyException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbUpdateConcurrencyException() | Initializes a new instance of the DbUpdateException class. |
![]() | DbUpdateConcurrencyException(String) | Initializes a new instance of the DbUpdateException class. |
![]() | DbUpdateConcurrencyException(String, Exception) | Initializes a new instance of the DbUpdateException class. |
DbUpdateConcurrencyException Constructor ()
Initializes a new instance of the DbUpdateException class.
DbUpdateConcurrencyException Constructor (String)
Initializes a new instance of the DbUpdateException class.
Parameters
- message
-
Type:
System.String
The message.
DbUpdateConcurrencyException Constructor (String, Exception)
Initializes a new instance of the DbUpdateException class.
Parameters
- message
-
Type:
System.String
The message.
- innerException
-
Type:
System.Exception
The inner exception.