System.Data.Common.DbException
namespace System.Data.Common
{
public abstract class DbException : ExternalException
{
protected DbException();
protected DbException(SerializationInfo info, StreamingContext context);
protected DbException(string message);
protected DbException(string message, Exception innerException);
protected DbException(string message, int errorCode);
}
}