FunctionWrongArgumentsNumberException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| FunctionWrongArgumentsNumberException() |
Constructor base |
| FunctionWrongArgumentsNumberException(String) |
Constructor base |
| FunctionWrongArgumentsNumberException(String, Exception) |
Constructor base |
| FunctionWrongArgumentsNumberException(String, Int32, Int32) |
Constructor |
FunctionWrongArgumentsNumberException()
Constructor base
public FunctionWrongArgumentsNumberException();
Public Sub New ()
Se aplica a
FunctionWrongArgumentsNumberException(String)
Constructor base
public FunctionWrongArgumentsNumberException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
FunctionWrongArgumentsNumberException(String, Exception)
Constructor base
public FunctionWrongArgumentsNumberException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
- innerException
- Exception
Se aplica a
FunctionWrongArgumentsNumberException(String, Int32, Int32)
Constructor
public FunctionWrongArgumentsNumberException(string functionName, int receivedCount, int expectedCount);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string * int * int -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (functionName As String, receivedCount As Integer, expectedCount As Integer)
Parámetros
- functionName
- String
- receivedCount
- Int32
- expectedCount
- Int32