Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SqlTransientErrors

Known transient SQL errors

Inheritance
System.Object
SqlTransientErrors
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public static class SqlTransientErrors : Object

Properties

ExecuteRetryable

Declaration
public static IEnumerable<int> ExecuteRetryable { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int32>

OpenConnectionRetryable

A list of error codes for SQL Server that should be classified as a transient error (not a bug in the code) that should be retried when open a connection to SQL Server

Declaration
public static IEnumerable<int> OpenConnectionRetryable { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int32>