Sdílet prostřednictvím


RetryLimitExceededException Třída

Definice

Výjimka, která se vyvolá, když akce selhala vícekrát, než je nakonfigurovaný limit.

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
Dědičnost
RetryLimitExceededException
Atributy

Poznámky

Další informace a příklady najdete v tématu Odolnost připojení a opakování databází .

Konstruktory

RetryLimitExceededException()

Inicializuje novou instanci RetryLimitExceededException třídy.

RetryLimitExceededException(SerializationInfo, StreamingContext)
Zastaralé.

Inicializuje novou instanci DbUpdateException třídy z serializovaného formuláře.

RetryLimitExceededException(String)

Inicializuje novou instanci RetryLimitExceededException třídy se zadanou chybovou zprávou.

RetryLimitExceededException(String, Exception)

Inicializuje novou instanci RetryLimitExceededException třídy.

Platí pro