Compartir a través de


OperatorNotApplicableException Constructor (String, String)

Initializes a new instance of the OperatorNotApplicableException class that has the specified operator and object type.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Sub New ( _
    operatorName As String, _
    typeName As String _
)
'Uso
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
)

Parámetros

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.