AdapterWrongNumberOfArgumentsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdapterWrongNumberOfArgumentsException() |
Base constructor |
AdapterWrongNumberOfArgumentsException(String) |
Constructor |
AdapterWrongNumberOfArgumentsException(String, Exception) |
Base constructor |
AdapterWrongNumberOfArgumentsException()
Base constructor
public AdapterWrongNumberOfArgumentsException ();
Public Sub New ()
Applies to
AdapterWrongNumberOfArgumentsException(String)
Constructor
public AdapterWrongNumberOfArgumentsException (string adapter);
new Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException : string -> Microsoft.SqlServer.Management.Dmf.AdapterWrongNumberOfArgumentsException
Public Sub New (adapter As String)
Parameters
- adapter
- String
Applies to
AdapterWrongNumberOfArgumentsException(String, Exception)
Base constructor
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)
Parameters
- message
- String
- innerException
- Exception