ExpressionNodeNotConfigurableException 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
ExpressionNodeNotConfigurableException() |
Constructor |
ExpressionNodeNotConfigurableException(String) |
Constructor |
ExpressionNodeNotConfigurableException(String, Exception) |
Base constructor |
ExpressionNodeNotConfigurableException()
Constructor
public ExpressionNodeNotConfigurableException ();
Public Sub New ()
Applies to
ExpressionNodeNotConfigurableException(String)
Constructor
public ExpressionNodeNotConfigurableException (string subtype);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException
Public Sub New (subtype As String)
Parameters
- subtype
- String
Applies to
ExpressionNodeNotConfigurableException(String, Exception)
Base constructor
public ExpressionNodeNotConfigurableException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception