Class SqlServerTransientExceptionDetector
- Namespace
 - LinqToDB.DataProvider.SqlServer
 
- Assembly
 - linq2db.dll
 
Detects the exceptions caused by SQL Server transient failures.
public static class SqlServerTransientExceptionDetector
  - Inheritance
 - 
      
      SqlServerTransientExceptionDetector
 
- Inherited Members
 
Methods
IsHandled(Exception, out IEnumerable<int>?)
public static bool IsHandled(Exception ex, out IEnumerable<int>? errorNumbers)
  Parameters
exExceptionerrorNumbersIEnumerable<int>
Returns
ShouldRetryOn(Exception)
public static bool ShouldRetryOn(Exception ex)
  Parameters
exException