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

Comentarios

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

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

OperatorNotApplicableException Clase

Sobrecarga de OperatorNotApplicableException

Espacio de nombres Microsoft.SqlServer.Management.Dmf