OptimisticConcurrencyException Constructor (String^, Exception^, IEnumerable<ObjectStateEntry^>^)
.NET Framework (current version)
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.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
OptimisticConcurrencyException(
String^ message,
Exception^ innerException,
IEnumerable<ObjectStateEntry^>^ stateEntries
)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
- stateEntries
-
Type:
System.Collections.Generic::IEnumerable<ObjectStateEntry^>^
The enumerable collection of ObjectStateEntry objects.
.NET Framework
Available since 3.5
Available since 3.5
Show: