OperationAbortedException Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
This exception is thrown when an ongoing operation is aborted by the user.
Namespace: System.Data
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
'Declaration <SerializableAttribute> _ Public NotInheritable Class OperationAbortedException Inherits SystemException 'Usage Dim instance As OperationAbortedException
/** @attribute SerializableAttribute() */ public final class OperationAbortedException extends SystemException
SerializableAttribute public final class OperationAbortedException extends SystemException
This exception indicates that an operation has been aborted by the consumer of an API. For example, if the event handler of the SqlRowsCopied event sets the Abort property to true in the SqlRowsCopiedEventArgs object passed to the handler, the WriteToServer method stops sending rows to the server and throws an OperationAbortedException.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: