言語

MissingPropertyException クラス

定義

この例外は、一部の読み取り専用プロパティを構成しようとするとスローされます

[System.Serializable]
public sealed class MissingPropertyException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type MissingPropertyException = class
    inherit DmfException
Public NotInheritable Class MissingPropertyException
Inherits DmfException
継承
属性

コンストラクター

名前 説明
MissingPropertyException()

コンストラクター

MissingPropertyException(String, Exception)

基本コンストラクター

MissingPropertyException(String)

コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

は、ヘルプ Web サイトへのリンクを出力します

(継承元 DmfException)
Message

メッセージ

PropertyName

プロパティ名

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

インスタンスのプロパティを初期化します。

(継承元 DmfException)
SetHelpContext(String)

ヘルプ コンテキストを設定する

(継承元 DmfException)

適用対象