OperatorNotApplicableException クラス

定義

この例外は、演算子の引数に互換性のない型がある場合にスローされます

public sealed class OperatorNotApplicableException : Microsoft.SqlServer.Management.Dmf.DmfException
type OperatorNotApplicableException = class
    inherit DmfException
Public NotInheritable Class OperatorNotApplicableException
Inherits DmfException
継承
OperatorNotApplicableException

コンストラクター

名前 説明
OperatorNotApplicableException()

基本コンストラクター

OperatorNotApplicableException(String, Exception)

基本コンストラクター

OperatorNotApplicableException(String, String)

コンストラクター

OperatorNotApplicableException(String)

基本コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

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

(継承元 DmfException)
Message

メッセージ

Operator

オペレーター名

Type

型名

メソッド

名前 説明
Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象