Sprache

UnsupportedEngineEditionException Konstruktoren

Definition

Überlädt

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

Gilt für: