SfcSqlCeNotInstalledException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SfcSqlCeNotInstalledException() | |
SfcSqlCeNotInstalledException(String) | |
SfcSqlCeNotInstalledException(String, Exception) |
SfcSqlCeNotInstalledException()
public SfcSqlCeNotInstalledException ();
Public Sub New ()
Applies to
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)
Parameters
- message
- String
Applies to
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)
Parameters
- message
- String
- innerException
- Exception