DbUpdateException Constructor

 

Initializes a new instance of the DbUpdateException class.

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

NameDescription
System_CAPS_pubmethodDbUpdateException()

Initializes a new instance of the DbUpdateException class.

System_CAPS_pubmethodDbUpdateException(String)

Initializes a new instance of the DbUpdateException class.

System_CAPS_pubmethodDbUpdateException(String, Exception)

Initializes a new instance of the DbUpdateException class.


DbUpdateException Constructor ()

Initializes a new instance of the DbUpdateException class.

public DbUpdateException()

DbUpdateException Constructor (String)

Initializes a new instance of the DbUpdateException class.

public DbUpdateException(
	string message
)

Parameters

message
Type: System.String

The message.


DbUpdateException Constructor (String, Exception)

Initializes a new instance of the DbUpdateException class.

public DbUpdateException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The message.

innerException
Type: System.Exception

The inner exception.