OperationAbortedException
This exception is thrown when an ongoing operation is aborted by the user.
                namespace System.Data
{
    public sealed class OperationAbortedException : SystemException
    {
        internal OperationAbortedException()
        {
        }
    }
}