Lenguaje

SfcSqlCeNotInstalledException Constructores

Definición

Sobrecargas

SfcSqlCeNotInstalledException()

public SfcSqlCeNotInstalledException();
Public Sub New ()

Se aplica a

SfcSqlCeNotInstalledException(String)

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

Parámetros

message
String

Se aplica a

SfcSqlCeNotInstalledException(String, Exception)

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

Parámetros

message
String
innerException
Exception

Se aplica a