SfcDesignModeException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| SfcDesignModeException() |
Constructor |
| SfcDesignModeException(String) |
Konstruktor dasar |
| SfcDesignModeException(String, Exception) |
Konstruktor dasar |
SfcDesignModeException()
Constructor
public SfcDesignModeException();
Public Sub New ()
Berlaku untuk
SfcDesignModeException(String)
Konstruktor dasar
public SfcDesignModeException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
SfcDesignModeException(String, Exception)
Konstruktor dasar
public SfcDesignModeException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcDesignModeException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception