Konstruktor FunctionWrongArgumentTypeException (String, String, String)
Inicjuje nowe wystąpienie ExceptionAlreadyRegisteredException klasy, która określonych funkcja i otrzymał i oczekiwanych typów.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Syntax
'Deklaracja
Public Sub New ( _
functionName As String, _
receivedType As String, _
expectedType As String _
)
'Użycie
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
)
Parameters
- functionName
Typ: System. . :: . .String
A String wartość, która określa funkcja, która spowodowała wyjątek.
- receivedType
Typ: System. . :: . .String
A String wartość, która określa typ argumentu, który został odebrany przez funkcja.
- expectedType
Typ: System. . :: . .String
A String wartość, która określa typ argumentu, który był oczekiwany przez funkcja.
Uwagi
Ten obszar nazw, klasa lub element członkowski jest obsługiwany tylko w wersji 2.0 programu Microsoft .NET Framework.