Lingua

UnsupportedCompatLevelException Costruttori

Definizione

Overload

Nome Descrizione
UnsupportedCompatLevelException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

UnsupportedCompatLevelException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

public UnsupportedCompatLevelException();
Public Sub New ()

Si applica a

UnsupportedCompatLevelException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

public UnsupportedCompatLevelException(string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
Public Sub New (message As String)

Parametri

message
String

Messaggio dell'eccezione.

Si applica a

UnsupportedCompatLevelException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.

public UnsupportedCompatLevelException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Messaggio dell'eccezione.

innerException
Exception

Istanza T:System.Exception che ha causato l'eccezione corrente.

Si applica a