Partager via


FunctionWrongArgumentTypeException constructeur (String, String, String)

Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    functionName As String, _
    receivedType As String, _
    expectedType As String _
)
'Utilisation
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
)

Paramètres

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.