ExpressionNodeNotConfigurableOperatorException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpressionNodeNotConfigurableOperatorException()
Constructor
public ExpressionNodeNotConfigurableOperatorException ();
Public Sub New ()
Applies to
ExpressionNodeNotConfigurableOperatorException(String)
Constructor
public ExpressionNodeNotConfigurableOperatorException (string message);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ExpressionNodeNotConfigurableOperatorException(String, Exception)
Base constructor
public ExpressionNodeNotConfigurableOperatorException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
ExpressionNodeNotConfigurableOperatorException(String, String)
Constructor
public ExpressionNodeNotConfigurableOperatorException (string propertyName, string expression);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException : string * string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableOperatorException
Public Sub New (propertyName As String, expression As String)
Parameters
- propertyName
- String
- expression
- String