ExpressionNodeNotConfigurableException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ExpressionNodeNotConfigurableException() |
Construtor |
| ExpressionNodeNotConfigurableException(String) |
Construtor |
| ExpressionNodeNotConfigurableException(String, Exception) |
Construtor base |
ExpressionNodeNotConfigurableException()
Construtor
public ExpressionNodeNotConfigurableException();
Public Sub New ()
Aplica-se a
ExpressionNodeNotConfigurableException(String)
Construtor
public ExpressionNodeNotConfigurableException(string subtype);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException
Public Sub New (subtype As String)
Parâmetros
- subtype
- String
Aplica-se a
ExpressionNodeNotConfigurableException(String, Exception)
Construtor base
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)
Parâmetros
- message
- String
- innerException
- Exception