SqlRetryLogicOption.TransientErrors Właściwość

Definicja

Ustawia listę przejściowych numerów błędów, na których należy ponowić próbę po ich wystąpieniu.

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)

Wartość właściwości

Lista ; Number Ustaw wartość , aby null użyć wewnętrznej listy wyjątków z SqlConfigurableRetryFactory obiektu.

Dotyczy