Information
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

 

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.

Return to top

DbUpdateConcurrencyException Constructor ()

Initializes a new instance of the DbUpdateException class.

public:
DbUpdateConcurrencyException()
Return to top

DbUpdateConcurrencyException Constructor (String^)

Initializes a new instance of the DbUpdateException class.

public:
DbUpdateConcurrencyException(
	String^ message
)

Parameters

message
Type: System::String^

The message.

Return to top

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.

Return to top
Show: