言語

ExpressionNodeNotConfigurableOperatorException クラス

定義

この例外は、構成不可能な式演算子を含む式を構成しようとするとスローされます。

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

コンストラクター

名前 説明
ExpressionNodeNotConfigurableOperatorException()

コンストラクター

ExpressionNodeNotConfigurableOperatorException(String, Exception)

基本コンストラクター

ExpressionNodeNotConfigurableOperatorException(String, String)

コンストラクター

ExpressionNodeNotConfigurableOperatorException(String)

コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

Expression

Expression

HelpLink

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

(継承元 DmfException)
Message

メッセージ

PropertyName

設定するプロパティ名

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象