Costruttore FunctionWrongArgumentTypeException (String, String, String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    functionName As String, _
    receivedType As String, _
    expectedType As String _
)
'Utilizzo
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
)

Parametri

  • functionName
    Tipo: System.String
    A String value that specifies the function that caused the exception.
  • receivedType
    Tipo: System.String
    A String value that specifies the type of argument that was received by the function.
  • expectedType
    Tipo: System.String
    A String value that specifies the type of argument that was expected by the function.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

FunctionWrongArgumentTypeException Classe

Overload FunctionWrongArgumentTypeException

Spazio dei nomi Microsoft.SqlServer.Management.Dmf