ExpressionNodeNotConfigurableOperatorException Constructor (String, String)

 

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

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

Syntax

public ExpressionNodeNotConfigurableOperatorException(
    string propertyName,
    string expression
)
public:
ExpressionNodeNotConfigurableOperatorException(
    String^ propertyName,
    String^ expression
)
new : 
        propertyName:string *
        expression:string -> ExpressionNodeNotConfigurableOperatorException
Public Sub New (
    propertyName As String,
    expression As String
)

Parameters

  • 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.

Examples

See Also

ExpressionNodeNotConfigurableOperatorException Overload
ExpressionNodeNotConfigurableOperatorException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top