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