Compartir a través de


ExecutionStrategy.ExceptionsEncountered Propiedad

Definición

Lista de excepciones que provocaron que la operación se reintentase hasta ahora.

protected virtual System.Collections.Generic.List<Exception> ExceptionsEncountered { get; }
member this.ExceptionsEncountered : System.Collections.Generic.List<Exception>
Protected Overridable ReadOnly Property ExceptionsEncountered As List(Of Exception)

Valor de propiedad

Comentarios

Consulte Resistencia de conexión y reintentos de base de datos para obtener más información y ejemplos.

Se aplica a