OptimisticConcurrencyException Constructor
.NET Framework (current version)
Initializes a new instance of OptimisticConcurrencyException.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | OptimisticConcurrencyException() | Initializes a new instance of OptimisticConcurrencyException. |
![]() | OptimisticConcurrencyException(String^) | Initializes a new instance of OptimisticConcurrencyException with a specialized error message. |
![]() | OptimisticConcurrencyException(String^, Exception^) | Initializes a new instance of OptimisticConcurrencyException that uses a specified error message and a reference to the inner exception. |
![]() | OptimisticConcurrencyException(String^, Exception^, IEnumerable<ObjectStateEntry^>^) | Initializes a new instance of OptimisticConcurrencyException that uses a specified error message, a reference to the inner exception, and an enumerable collection of ObjectStateEntry objects. |
Show:
