AdapterWrongNumberOfArgumentsException Constructor (String)
Initializes a new instance of the AdapterWrongNumberOfArgumentsException class that has the specified message text.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
adapter As String _
)
'Uso
Dim adapter As String
Dim instance As New AdapterWrongNumberOfArgumentsException(adapter)
public AdapterWrongNumberOfArgumentsException(
string adapter
)
public:
AdapterWrongNumberOfArgumentsException(
String^ adapter
)
new :
adapter:string -> AdapterWrongNumberOfArgumentsException
public function AdapterWrongNumberOfArgumentsException(
adapter : String
)
Parámetros
- adapter
Tipo: System.String
A String value that specifies the message text that describes the event that caused the exception.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Ejemplos
Vea también
Referencia
AdapterWrongNumberOfArgumentsException Clase