Constructeur FunctionWrongReturnTypeException (String, String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified function, expected return type and actual return type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en 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 FunctionWrongReturnTypeException(functionName, _
receivedType, expectedType)
public FunctionWrongReturnTypeException(
string functionName,
string receivedType,
string expectedType
)
public:
FunctionWrongReturnTypeException(
String^ functionName,
String^ receivedType,
String^ expectedType
)
new :
functionName:string *
receivedType:string *
expectedType:string -> FunctionWrongReturnTypeException
public function FunctionWrongReturnTypeException(
functionName : String,
receivedType : String,
expectedType : String
)
Paramètres
- functionName
Type : System.String
A String value that specifies the function that caused the exception.
- receivedType
Type : System.String
A String value that specifies the type that is returned by the function.
- expectedType
Type : System.String
A String value that specifies the type that is expected to be returned by the function.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemples
Voir aussi
Référence
FunctionWrongReturnTypeException Classe