SqlRetryLogicOption.TransientErrors Property

Definition

Sets the list of transient error numbers on which to retry when they occur.

public:
 property System::Collections::Generic::IEnumerable<int> ^ TransientErrors { System::Collections::Generic::IEnumerable<int> ^ get(); void set(System::Collections::Generic::IEnumerable<int> ^ value); };
public System.Collections.Generic.IEnumerable<int> TransientErrors { get; set; }
member this.TransientErrors : seq<int> with get, set
Public Property TransientErrors As IEnumerable(Of Integer)

Property Value

List of Number; Set to null to use the internal list of exceptions from the SqlConfigurableRetryFactory object.

Applies to