Sdílet prostřednictvím


RetryLimitExceededException Třída

Definice

Výjimka, která je vyvolána, když akce znovu selhala po opakování nakonfigurovaného počtu opakování.

[System.Serializable]
public sealed class RetryLimitExceededException : System.Data.Entity.Core.EntityException
type RetryLimitExceededException = class
    inherit EntityException
Public NotInheritable Class RetryLimitExceededException
Inherits EntityException
Dědičnost
RetryLimitExceededException
Atributy

Konstruktory

RetryLimitExceededException()

Inicializuje novou instanci RetryLimitExceededException třídy bez chybové zprávy.

RetryLimitExceededException(String)

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

RetryLimitExceededException(String, Exception)

Inicializuje novou instanci RetryLimitExceededException třídy.

Platí pro