SqlRetryLogicOption.TransientErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.