NonRetrievablePropertyException クラス

定義

この例外は、インスタンスに適用されないいくつかのプロパティを取得しようとするとスローされます

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

コンストラクター

名前 説明
NonRetrievablePropertyException()

コンストラクター

NonRetrievablePropertyException(String, Exception)

基本コンストラクター

NonRetrievablePropertyException(String)

コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

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

(継承元 DmfException)
Message

メッセージ

PropertyName

プロパティ名

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象