SaaS CMS has officially launched! Learn more now.

Class SqlTransientErrors

Known transient SQL errors

Inheritance
System.Object
SqlTransientErrors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 10.10.4
Syntax
public static class SqlTransientErrors

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>