Compartilhar via


SqlRetryingEventArgs.Exceptions Propriedade

Definição

Obtém a lista de exceções desde a primeira falha de tentativa.

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 da propriedade

Lista de exceções ocorridas.

Aplica-se a