FunctionWrongArgumentTypeException コンストラクター (String, String, String)

指定された関数、受け取った型、および必要な型を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    functionName As String, _
    receivedType As String, _
    expectedType As String _
)
'使用
Dim functionName As String 
Dim receivedType As String 
Dim expectedType As String 

Dim instance As New FunctionWrongArgumentTypeException(functionName, _
    receivedType, expectedType)
public FunctionWrongArgumentTypeException(
    string functionName,
    string receivedType,
    string expectedType
)
public:
FunctionWrongArgumentTypeException(
    String^ functionName, 
    String^ receivedType, 
    String^ expectedType
)
new : 
        functionName:string * 
        receivedType:string * 
        expectedType:string -> FunctionWrongArgumentTypeException
public function FunctionWrongArgumentTypeException(
    functionName : String, 
    receivedType : String, 
    expectedType : String
)

パラメーター

  • functionName
    型: System.String
    例外の原因になった関数を示す String 値です。
  • receivedType
    型: System.String
    関数が受け取った引数の型を示す String 値です。
  • expectedType
    型: System.String
    関数が必要とした引数の型を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

FunctionWrongArgumentTypeException クラス

FunctionWrongArgumentTypeException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間