言語

FunctionWrongArgumentTypeException クラス

定義

この例外は、関数が予期しない型の引数を受け取ったときにスローされます

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

コンストラクター

名前 説明
FunctionWrongArgumentTypeException()

基本コンストラクター

FunctionWrongArgumentTypeException(String, Exception)

基本コンストラクター

FunctionWrongArgumentTypeException(String, String, String)

コンストラクター

FunctionWrongArgumentTypeException(String)

基本コンストラクター

プロパティ

名前 説明
DmfExceptionType

例外の種類

ExpectedType

予期される型名

FunctionName

関数名

HelpLink

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

(継承元 DmfException)
Message

メッセージ

ReceivedType

受信した型名

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

シリアル化ヘルパー

Init()

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

(継承元 DmfException)
SetHelpContext(String)

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

(継承元 DmfException)

適用対象