DbUpdateException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DbUpdateException() |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(String) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(SerializationInfo, StreamingContext) |
已淘汰.
從序列化表單初始化 類別的新實例 DbUpdateException 。 |
DbUpdateException(String, IReadOnlyList<EntityEntry>) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(String, IReadOnlyList<IUpdateEntry>) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(String, Exception) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>) |
初始化 DbUpdateException 類別的新執行個體。 |
DbUpdateException()
DbUpdateException(String)
初始化 DbUpdateException 類別的新執行個體。
public DbUpdateException (string message);
new Microsoft.EntityFrameworkCore.DbUpdateException : string -> Microsoft.EntityFrameworkCore.DbUpdateException
Public Sub New (message As String)
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
適用於
DbUpdateException(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
從序列化表單初始化 類別的新實例 DbUpdateException 。
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)
參數
- info
- SerializationInfo
序列化資訊。
- context
- StreamingContext
所使用的串流內容。
- 屬性
適用於
DbUpdateException(String, IReadOnlyList<EntityEntry>)
初始化 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))
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
- entries
- IReadOnlyList<EntityEntry>
與錯誤相關的專案。
適用於
DbUpdateException(String, IReadOnlyList<IUpdateEntry>)
初始化 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))
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
- entries
- IReadOnlyList<IUpdateEntry>
與錯誤相關的專案。
適用於
DbUpdateException(String, Exception)
初始化 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)
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
- innerException
- Exception
做為目前例外狀況發生原因的例外狀況。
適用於
DbUpdateException(String, Exception, IReadOnlyList<EntityEntry>)
初始化 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))
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
- innerException
- Exception
做為目前例外狀況發生原因的例外狀況。
- entries
- IReadOnlyList<EntityEntry>
與錯誤相關的專案。
適用於
DbUpdateException(String, Exception, IReadOnlyList<IUpdateEntry>)
初始化 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))
參數
- message
- String
解釋例外狀況原因的錯誤訊息。
- innerException
- Exception
做為目前例外狀況發生原因的例外狀況。
- entries
- IReadOnlyList<IUpdateEntry>
與錯誤相關的專案。