OperationAbortedException 클래스

정의

이 예외는 사용자가 진행 중인 작업을 중단하면 throw됩니다.

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 소비자에 의해 작업이 중단되었음을 나타냅니다. 예를 들어 이벤트의 이벤트 처리기가 처리기에 전달된 개체에서 SqlRowsCopiedSqlRowsCopiedEventArgsAbort 속성을 true 로 설정하는 경우 메서드는 WriteToServer 서버로 행 보내기를 중지하고 을 OperationAbortedExceptionthrow합니다.

적용 대상