次の方法で共有


FaultDescription.HasProtectionLevel プロパティ

定義

エラー メッセージに保護レベルが割り当てられているかどうかを示す値を取得します。

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

プロパティ値

true エラー メッセージに保護レベルがある場合。それ以外の場合は false。 既定値は、false です。

注釈

HasProtectionLevel プロパティは、ProtectionLevel プロパティがFaultDescriptionに対して設定されているかどうかを示します。

適用対象