Udostępnij za pośrednictwem


RetryLimitExceededException Klasa

Definicja

Wyjątek zgłaszany, gdy akcja nie powiodła się częściej niż skonfigurowany 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
Dziedziczenie
RetryLimitExceededException
Atrybuty

Uwagi

Aby uzyskać więcej informacji i przykłady, zobacz Odporność połączenia i ponawianie prób bazy danych .

Konstruktory

RetryLimitExceededException()

Inicjuje nowe wystąpienie klasy RetryLimitExceededException.

RetryLimitExceededException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje DbUpdateException nowe wystąpienie klasy z postaci serializowanej.

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