DbUpdateConcurrencyException Constructor

 

Initializes a new instance of the DbUpdateConcurrencyException class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDbUpdateConcurrencyException()

Initializes a new instance of the DbUpdateException class.

System_CAPS_pubmethodDbUpdateConcurrencyException(String)

Initializes a new instance of the DbUpdateException class.

System_CAPS_pubmethodDbUpdateConcurrencyException(String, Exception)

Initializes a new instance of the DbUpdateException class.


DbUpdateConcurrencyException Constructor ()

Initializes a new instance of the DbUpdateException class.

public DbUpdateConcurrencyException()

DbUpdateConcurrencyException Constructor (String)

Initializes a new instance of the DbUpdateException class.

public DbUpdateConcurrencyException(
	string message
)

Parameters

message
Type: System.String

The message.


DbUpdateConcurrencyException Constructor (String, Exception)

Initializes a new instance of the DbUpdateException class.

public DbUpdateConcurrencyException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The message.

innerException
Type: System.Exception

The inner exception.