SfcObjectNotScriptableException 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 |
|---|---|
| SfcObjectNotScriptableException() | |
| SfcObjectNotScriptableException(String) | |
| SfcObjectNotScriptableException(String, Exception) |
SfcObjectNotScriptableException()
public SfcObjectNotScriptableException();
Public Sub New ()
Berlaku untuk
SfcObjectNotScriptableException(String)
public SfcObjectNotScriptableException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
SfcObjectNotScriptableException(String, Exception)
public SfcObjectNotScriptableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectNotScriptableException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception