OperationAbortedException Class
.NET Framework 3.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
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: