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