Langue

SfcUnsupportedVersionException Constructeurs

Définition

Surcharges

SfcUnsupportedVersionException()

Constructor

public SfcUnsupportedVersionException();
Public Sub New ()

S’applique à

SfcUnsupportedVersionException(String)

Constructeur de base

public SfcUnsupportedVersionException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException
Public Sub New (message As String)

Paramètres

message
String

S’applique à

SfcUnsupportedVersionException(String, Exception)

Constructeur de base

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

Paramètres

message
String
innerException
Exception

S’applique à