The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbUpdateConcurrencyException Constructor
Entity Framework 6.0
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.
Show:
