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

指定されたメッセージ テキストと内部例外を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception

Dim instance As New FunctionWrongArgumentTypeException(message, _
    innerException)
public FunctionWrongArgumentTypeException(
    string message,
    Exception innerException
)
public:
FunctionWrongArgumentTypeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> FunctionWrongArgumentTypeException
public function FunctionWrongArgumentTypeException(
    message : String, 
    innerException : Exception
)

パラメーター

  • innerException
    型: System. . :: . .Exception
    内部例外を含む Exception オブジェクトです。1 つの例外が原因で別の例外が発生する状況で使用されます。

説明

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