Initializes a new instance of the ExpressionNodeNotConfigurableOperatorException class with propertyName and expression parameters that describe the error.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
propertyName As String, _
expression As String _
)
'用途
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
)
參數
- propertyName
型別:System.String
A string value that specifies the property that threw an error.
- expression
型別:System.String
A string value that contains the error expression.
請參閱
參考
ExpressionNodeNotConfigurableOperatorException 類別