ExpressionNodeConfigurationException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ExpressionNodeConfigurationException() |
Konstruktor |
| ExpressionNodeConfigurationException(String) |
Konstruktor |
| ExpressionNodeConfigurationException(String, Exception) |
Basiskonstruktor |
ExpressionNodeConfigurationException()
Konstruktor
public ExpressionNodeConfigurationException();
Public Sub New ()
Gilt für:
ExpressionNodeConfigurationException(String)
Konstruktor
public ExpressionNodeConfigurationException(string message);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeConfigurationException : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeConfigurationException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
ExpressionNodeConfigurationException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception