Compartir a través de


SqlRetryingEventArgs.Exceptions Propiedad

Definición

Obtiene la lista de excepciones desde el primer error de intento.

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

Valor de propiedad

Lista de excepciones que se produjeron.

Se aplica a