DbUpdateException Constructor
Initializes a new instance of the DbUpdateException class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbUpdateException() | Initializes a new instance of the DbUpdateException class. |
![]() | DbUpdateException(String) | Initializes a new instance of the DbUpdateException class. |
![]() | DbUpdateException(String, Exception) | Initializes a new instance of the DbUpdateException class. |
DbUpdateException Constructor (String)
Initializes a new instance of the DbUpdateException class.
Parameters
- message
-
Type:
System.String
The message.
DbUpdateException 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.