ExpressionTypeMistmatchException クラス

定義

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

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

コンストラクター

名前 説明
ExpressionTypeMistmatchException()

基本コンストラクター

ExpressionTypeMistmatchException(String, Exception)

基本コンストラクター

ExpressionTypeMistmatchException(String, String)

コンストラクター

ExpressionTypeMistmatchException(String)

基本コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

HelpLink

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

(継承元 DmfException)
Message

メッセージ

TypeLeft

左オペランド型名

TypeRight

右オペランド型名

メソッド

名前 説明
Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象