AdapterWrongNumberOfArgumentsException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| AdapterWrongNumberOfArgumentsException() |
Costruttore di base |
| AdapterWrongNumberOfArgumentsException(String) |
Costruttore |
| AdapterWrongNumberOfArgumentsException(String, Exception) |
Costruttore di base |
AdapterWrongNumberOfArgumentsException()
Costruttore di base
public AdapterWrongNumberOfArgumentsException();
Public Sub New ()
Si applica a
AdapterWrongNumberOfArgumentsException(String)
Costruttore
public AdapterWrongNumberOfArgumentsException(string adapter);
new Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException : string -> Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException
Public Sub New (adapter As String)
Parametri
- adapter
- String
Si applica a
AdapterWrongNumberOfArgumentsException(String, Exception)
Costruttore di base
public AdapterWrongNumberOfArgumentsException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException : string * Exception -> Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
- innerException
- Exception