FailedOperationException 클래스

정의

작업이 실패하면 이 예외가 throw됩니다.

[System.Serializable]
public sealed class FailedOperationException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type FailedOperationException = class
    inherit DmfException
Public NotInheritable Class FailedOperationException
Inherits DmfException
상속
특성

생성자

Name Description
FailedOperationException()

ctor

FailedOperationException(String, Exception)

ctor

FailedOperationException(String, String, String, Exception)

ctor

FailedOperationException(String)

ctor

속성

Name Description
DmfExceptionType

예외 유형

FailedObjectName

실패한 개체의 이름입니다.

FailedObjectType

실패한 개체의 형식입니다.

HelpLink

도움말 웹 사이트에 대한 링크를 출력합니다.

(다음에서 상속됨 DmfException)
Message

Message

Operation

실패한 작업입니다.

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization 도우미

Init()

인스턴스 속성 초기화

(다음에서 상속됨 DmfException)
SetHelpContext(String)

도움말 컨텍스트 설정

(다음에서 상속됨 DmfException)

적용 대상