MissingObjectException 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 |
|---|---|
| MissingObjectException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
| MissingObjectException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
| MissingObjectException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException. |
MissingObjectException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.
public MissingObjectException();
Public Sub New ()
S’applique à
MissingObjectException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.
public MissingObjectException(string message);
new Microsoft.SqlServer.Management.Smo.MissingObjectException : string -> Microsoft.SqlServer.Management.Smo.MissingObjectException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception.
S’applique à
MissingObjectException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.
public MissingObjectException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.MissingObjectException : string * Exception -> Microsoft.SqlServer.Management.Smo.MissingObjectException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
- innerException
- Exception
Instance T :System.Exception qui a provoqué l’exception actuelle.