MissingPropertyException 클래스

정의

일부 읽기 전용 속성을 구성하려고 하면 이 예외가 throw됩니다.

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

생성자

Name Description
MissingPropertyException()

생성자

MissingPropertyException(String, Exception)

기본 생성자

MissingPropertyException(String)

생성자

속성

Name Description
DmfExceptionType

예외 유형

HelpLink

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

(다음에서 상속됨 DmfException)
Message

Message

PropertyName

속성 이름

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization 도우미

Init()

인스턴스 속성 초기화

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

도움말 컨텍스트 설정

(다음에서 상속됨 DmfException)

적용 대상