Udostępnij za pośrednictwem


RetryLimitExceededException Konstruktory

Definicja

Przeciążenia

RetryLimitExceededException()

Inicjuje nowe wystąpienie klasy bez komunikatu RetryLimitExceededException 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.

RetryLimitExceededException()

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

public RetryLimitExceededException ();
Public Sub New ()

Dotyczy

RetryLimitExceededException(String)

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

public RetryLimitExceededException (string message);
new System.Data.Entity.Infrastructure.RetryLimitExceededException : string -> System.Data.Entity.Infrastructure.RetryLimitExceededException
Public Sub New (message As String)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

RetryLimitExceededException(String, Exception)

Inicjuje nowe wystąpienie klasy RetryLimitExceededException.

public RetryLimitExceededException (string message, Exception innerException);
new System.Data.Entity.Infrastructure.RetryLimitExceededException : string * Exception -> System.Data.Entity.Infrastructure.RetryLimitExceededException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat z opisem błędu.

innerException
Exception

Wyjątek będący przyczyną bieżącego wyjątku.

Dotyczy