See Also: OperationAbortedException Members
This exception indicates that an operation has been aborted by the consumer of an API. For example, if the event handler of the System.Data.SqlClient.SqlBulkCopy.SqlRowsCopied event sets the Abort property to true in the System.Data.SqlClient.SqlRowsCopiedEventArgs object passed to the handler, the System.Data.SqlClient.SqlBulkCopy.WriteToServer method stops sending rows to the server and throws an System.Data.OperationAbortedException.