SfcSqlCeNotInstalledException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SfcSqlCeNotInstalledException() | |
| SfcSqlCeNotInstalledException(String) | |
| SfcSqlCeNotInstalledException(String, Exception) |
SfcSqlCeNotInstalledException()
public SfcSqlCeNotInstalledException();
Public Sub New ()
Gilt für:
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)
Parameter
- message
- String
Gilt für:
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)
Parameter
- message
- String
- innerException
- Exception