Class SqlTransientErrors
Known transient SQL errors
Inheritance
System.Object
SqlTransientErrors
Namespace: EPiServer.Data.Providers
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public static class SqlTransientErrors : Object
Properties
ExecuteRetryable
Declaration
public static IEnumerable<int> ExecuteRetryable { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |