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