OperationAbortedException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 예외는 사용자가 진행 중인 작업을 중단하면 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합니다.