言語

SfcSqlCeNotInstalledException コンストラクター

定義

オーバーロード

SfcSqlCeNotInstalledException()

public SfcSqlCeNotInstalledException();
Public Sub New ()

適用対象

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)

パラメーター

message
String

適用対象

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)

パラメーター

message
String
innerException
Exception

適用対象