Partilhar via


Construtor OperatorNotApplicableException (String, String)

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

OperatorNotApplicableException Classe

Sobrecarregado OperatorNotApplicableException

Namespace Microsoft.SqlServer.Management.Dmf