SqlRetryingEventArgs.Exceptions Proprietà

Definizione

Ottiene l'elenco di eccezioni dal primo tentativo di errore.

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)

Valore della proprietà

Elenco delle eccezioni che si sono verificate.

Si applica a