SfcObjectNotFoundException 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 |
|---|---|
| SfcObjectNotFoundException() | |
| SfcObjectNotFoundException(String) | |
| SfcObjectNotFoundException(SerializationInfo, StreamingContext) | |
| SfcObjectNotFoundException(String, Exception) |
SfcObjectNotFoundException()
public SfcObjectNotFoundException();
Public Sub New ()
Berlaku untuk
SfcObjectNotFoundException(String)
public SfcObjectNotFoundException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
SfcObjectNotFoundException(SerializationInfo, StreamingContext)
protected SfcObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Berlaku untuk
SfcObjectNotFoundException(String, Exception)
public SfcObjectNotFoundException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectNotFoundException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception