共用方式為


RetryLimitExceededException 類別

定義

動作失敗超過所設定限制的次數時所擲回的例外狀況。

public class RetryLimitExceededException : Exception
[System.Serializable]
public class RetryLimitExceededException : Exception
type RetryLimitExceededException = class
    inherit Exception
[<System.Serializable>]
type RetryLimitExceededException = class
    inherit Exception
Public Class RetryLimitExceededException
Inherits Exception
繼承
RetryLimitExceededException
屬性

備註

如需詳細資訊和範例,請參閱 連線復原和資料庫重試

建構函式

RetryLimitExceededException()

初始化 RetryLimitExceededException 類別的新執行個體。

RetryLimitExceededException(SerializationInfo, StreamingContext)
已淘汰.

從序列化表單初始化 類別的新實例 DbUpdateException

RetryLimitExceededException(String)

使用指定的錯誤訊息,初始化 RetryLimitExceededException 類別的新執行個體。

RetryLimitExceededException(String, Exception)

初始化 RetryLimitExceededException 類別的新執行個體。

適用於