SqlRetryingEventArgs.Exceptions Property

Definition

Gets the list of exceptions since the first attempt failure.

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

Property Value

IList<Exception>

List of occurred exceptions.

Applies to