UnsupportedEngineEditionException 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 |
|---|---|
| UnsupportedEngineEditionException() | |
| UnsupportedEngineEditionException(String) | |
| UnsupportedEngineEditionException(String, Exception) |
UnsupportedEngineEditionException()
public UnsupportedEngineEditionException();
Public Sub New ()
Gilt für:
UnsupportedEngineEditionException(String)
public UnsupportedEngineEditionException(string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedEngineEditionException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedEngineEditionException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
UnsupportedEngineEditionException(String, Exception)
public UnsupportedEngineEditionException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedEngineEditionException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedEngineEditionException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception