Constructeur InvalidInOperatorException (String)
Initializes a new instance of the InvalidInOperatorException class that has the specified operator type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
opType As String _
)
'Utilisation
Dim opType As String
Dim instance As New InvalidInOperatorException(opType)
public InvalidInOperatorException(
string opType
)
public:
InvalidInOperatorException(
String^ opType
)
new :
opType:string -> InvalidInOperatorException
public function InvalidInOperatorException(
opType : String
)
Paramètres
- opType
Type : System.String
A String value that specifies the operator type.
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
InvalidInOperatorException Classe