Constructeur ExpressionNodeNotConfigurableOperatorException (String, String)

Initializes a new instance of the ExpressionNodeNotConfigurableOperatorException class with propertyName and expression parameters that describe the error.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    propertyName As String, _
    expression As String _
)
'Utilisation
Dim propertyName As String 
Dim expression As String 

Dim instance As New ExpressionNodeNotConfigurableOperatorException(propertyName, _
    expression)
public ExpressionNodeNotConfigurableOperatorException(
    string propertyName,
    string expression
)
public:
ExpressionNodeNotConfigurableOperatorException(
    String^ propertyName, 
    String^ expression
)
new : 
        propertyName:string * 
        expression:string -> ExpressionNodeNotConfigurableOperatorException
public function ExpressionNodeNotConfigurableOperatorException(
    propertyName : String, 
    expression : String
)

Paramètres

  • propertyName
    Type : System.String
    A string value that specifies the property that threw an error.
  • expression
    Type : System.String
    A string value that contains the error expression.

Voir aussi

Référence

ExpressionNodeNotConfigurableOperatorException Classe

Surcharge ExpressionNodeNotConfigurableOperatorException

Espace de noms Microsoft.SqlServer.Management.Dmf