2 types derived from DbException
System.Data.Odbc (1)
System\Data\Odbc\OdbcException.cs (1)
12public sealed class OdbcException : System.Data.Common.DbException
System.Data.OleDb (1)
OleDbException.cs (1)
14public sealed class OleDbException : System.Data.Common.DbException
4 references to DbException
netstandard (1)
netstandard.cs (1)
464[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbException))]
System.Data (1)
src\runtime\src\libraries\shims\System.Data\ref\System.Data.cs (1)
38[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.DbException))]
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (1)
1373catch (DbException e)
System\Data\Common\DbException.cs (1)
27/// Indicates whether the error represented by this <see cref="DbException" /> could be a transient error, i.e. if retrying the triggering