OperationAbortedException
namespace System.Data
{
[Obsolete("Use the Microsoft.Data.SqlClient package instead.")]
public sealed class OperationAbortedException : SystemException
{
internal OperationAbortedException()
{
}
}
}