DbUpdateConcurrencyException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| DbUpdateConcurrencyException() |
Inicializuje novou instanci DbUpdateException třídy . |
| DbUpdateConcurrencyException(String) |
Inicializuje novou instanci DbUpdateException třídy . |
| DbUpdateConcurrencyException(String, Exception) |
Inicializuje novou instanci DbUpdateException třídy . |
DbUpdateConcurrencyException()
Inicializuje novou instanci DbUpdateException třídy .
public DbUpdateConcurrencyException();
Public Sub New ()
Platí pro
DbUpdateConcurrencyException(String)
Inicializuje novou instanci DbUpdateException třídy .
public DbUpdateConcurrencyException(string message);
new System.Data.Entity.Infrastructure.DbUpdateConcurrencyException : string -> System.Data.Entity.Infrastructure.DbUpdateConcurrencyException
Public Sub New (message As String)
Parametry
- message
- String
Zpráva
Platí pro
DbUpdateConcurrencyException(String, Exception)
Inicializuje novou instanci DbUpdateException třídy .
public DbUpdateConcurrencyException(string message, Exception innerException);
new System.Data.Entity.Infrastructure.DbUpdateConcurrencyException : string * Exception -> System.Data.Entity.Infrastructure.DbUpdateConcurrencyException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Zpráva
- innerException
- Exception
Vnitřní výjimka