RetryLimitExceededException (Clase)
[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].
Excepción que se produce cuando la acción fracasa de nuevo después de reintentarse el número configurado de veces.
Jerarquía de herencia
System.Object
System.Exception
System.SystemException
System.Data.DataException
System.Data.Entity.Core.EntityException
System.Data.Entity.Infrastructure.RetryLimitExceededException
Espacio de nombres: System.Data.Entity.Infrastructure
Ensamblado: EntityFramework (en EntityFramework.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class RetryLimitExceededException _
Inherits EntityException
'Uso
Dim instance As RetryLimitExceededException
[SerializableAttribute]
public sealed class RetryLimitExceededException : EntityException
[SerializableAttribute]
public ref class RetryLimitExceededException sealed : public EntityException
[<SealedAttribute>]
[<SerializableAttribute>]
type RetryLimitExceededException =
class
inherit EntityException
end
public final class RetryLimitExceededException extends EntityException
El tipo RetryLimitExceededException expone los siguientes miembros.
Constructores
Name | Descripción | |
---|---|---|
RetryLimitExceededException() | Inicializa una nueva instancia de la clase RetryLimitExceededException sin un mensaje de error. | |
RetryLimitExceededException(String) | Inicializa una nueva instancia de la clase RetryLimitExceededException con un mensaje de error especificado. | |
RetryLimitExceededException(String, Exception) | Inicializa una nueva instancia de la clase RetryLimitExceededException. |
Superior
Propiedades
Name | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
HelpLink | (Se hereda de Exception). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Se hereda de Exception). | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Superior
Métodos
Name | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | Crítico para la seguridad. (Se hereda de Exception). | |
GetType | (Se hereda de Exception). | |
ToString | (Se hereda de Exception). |
Superior
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.