DbUpdateException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DbUpdateException() |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(String) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(SerializationInfo, StreamingContext) |
Obsoleto.
Inicializa uma nova instância da DbUpdateException classe de um formulário serializado. |
DbUpdateException(String, IReadOnlyList<EntityEntry>) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(String, IReadOnlyList<IUpdateEntry>) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(String, Exception) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>) |
Inicializa uma nova instância da classe DbUpdateException. |
DbUpdateException()
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException ();
Public Sub New ()
Aplica-se a
DbUpdateException(String)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateException : string -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String)
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
Aplica-se a
DbUpdateException(SerializationInfo, StreamingContext)
Cuidado
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializa uma nova instância da DbUpdateException classe de um formulário serializado.
public DbUpdateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")]
public DbUpdateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EntityFrameworkCore.DbUpdateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.")>]
new Microsoft.EntityFrameworkCore.DbUpdateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
As informações de serialização.
- context
- StreamingContext
O contexto de streaming que está sendo usado.
- Atributos
Aplica-se a
DbUpdateException(String, IReadOnlyList<EntityEntry>)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String, entries As IReadOnlyList(Of EntityEntry))
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
- entries
- IReadOnlyList<EntityEntry>
As entradas envolvidas no erro.
Aplica-se a
DbUpdateException(String, IReadOnlyList<IUpdateEntry>)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String, entries As IReadOnlyList(Of IUpdateEntry))
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
- entries
- IReadOnlyList<IUpdateEntry>
As entradas envolvidas no erro.
Aplica-se a
DbUpdateException(String, Exception)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message, Exception innerException);
public DbUpdateException (string message, Exception? innerException);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * Exception -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
- innerException
- Exception
A exceção que é a causa da exceção atual.
Aplica-se a
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message, Exception? innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * Exception * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String, innerException As Exception, entries As IReadOnlyList(Of EntityEntry))
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
- innerException
- Exception
A exceção que é a causa da exceção atual.
- entries
- IReadOnlyList<EntityEntry>
As entradas envolvidas no erro.
Aplica-se a
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)
Inicializa uma nova instância da classe DbUpdateException.
public DbUpdateException (string message, Exception innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
public DbUpdateException (string message, Exception? innerException, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> entries);
new Microsoft.EntityFrameworkCore.DbUpdateException : string * Exception * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String, innerException As Exception, entries As IReadOnlyList(Of IUpdateEntry))
Parâmetros
- message
- String
A mensagem de erro que explica a razão da exceção.
- innerException
- Exception
A exceção que é a causa da exceção atual.
- entries
- IReadOnlyList<IUpdateEntry>
As entradas envolvidas no erro.
Aplica-se a
Entity Framework