<PackageReference Include="System.Data.SqlClient" Version="4.8.1" />
System.Data.OperationAbortedException
This exception is thrown when an ongoing operation is aborted by the user.
namespace System.
Data
{
public sealed class OperationAbortedException :
SystemException
{
}
}