Udostępnij za pośrednictwem


RetryLimitExceededException Klasa

Definicja

Wyjątek, który jest zgłaszany, gdy akcja nie powiodła się ponownie po ponowieniu skonfigurowanej liczby razy.

[System.Serializable]
public sealed class RetryLimitExceededException : System.Data.Entity.Core.EntityException
type RetryLimitExceededException = class
    inherit EntityException
Public NotInheritable Class RetryLimitExceededException
Inherits EntityException
Dziedziczenie
RetryLimitExceededException
Atrybuty

Konstruktory

RetryLimitExceededException()

Inicjuje RetryLimitExceededException nowe wystąpienie klasy bez komunikatu o błędzie.

RetryLimitExceededException(String)

Inicjuje RetryLimitExceededException nowe wystąpienie klasy z określonym komunikatem o błędzie.

RetryLimitExceededException(String, Exception)

Inicjuje nowe wystąpienie klasy RetryLimitExceededException.

Dotyczy