OperationAbortedException クラス

定義

この例外は、実行中の操作がユーザーによって中止されるとスローされます。

public ref class OperationAbortedException sealed : SystemException
[System.Serializable]
public sealed class OperationAbortedException : SystemException
public sealed class OperationAbortedException : SystemException
[<System.Serializable>]
type OperationAbortedException = class
    inherit SystemException
type OperationAbortedException = class
    inherit SystemException
Public NotInheritable Class OperationAbortedException
Inherits SystemException
継承
OperationAbortedException
属性

注釈

この例外は、API のコンシューマーによって操作が中止されたことを示します。 たとえば、イベントのSqlRowsCopiedイベント ハンドラーがハンドラーに渡されたオブジェクトで SqlRowsCopiedEventArgsAbort プロパティを にtrue設定した場合、メソッドはWriteToServerサーバーへの行の送信を停止し、 をOperationAbortedExceptionスローします。

適用対象