SfcObjectNotFoundException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| SfcObjectNotFoundException() | |
| SfcObjectNotFoundException(String) | |
| SfcObjectNotFoundException(SerializationInfo, StreamingContext) | |
| SfcObjectNotFoundException(String, Exception) |
SfcObjectNotFoundException()
public SfcObjectNotFoundException();
Public Sub New ()
S’applique à
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)
Paramètres
- message
- String
S’applique à
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)
Paramètres
- info
- SerializationInfo
- context
- StreamingContext
S’applique à
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)
Paramètres
- message
- String
- innerException
- Exception