DbUpdateConcurrencyException (Constructor) (String, Exception)
[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].
Inicializa una nueva instancia de la clase DbUpdateException.
Espacio de nombres: System.Data.Entity.Infrastructure
Ensamblado: EntityFramework (en EntityFramework.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New DbUpdateConcurrencyException(message, _
innerException)
public DbUpdateConcurrencyException(
string message,
Exception innerException
)
public:
DbUpdateConcurrencyException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DbUpdateConcurrencyException
public function DbUpdateConcurrencyException(
message : String,
innerException : Exception
)
Parámetros
- message
Tipo: System.String
Mensaje.
- innerException
Tipo: System.Exception
Excepción interna.
Vea también
Referencia
DbUpdateConcurrencyException Clase