ConversionNotSupportedException 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 |
|---|---|
| ConversionNotSupportedException() |
Constructeur de base |
| ConversionNotSupportedException(String) |
Constructeur de base |
| ConversionNotSupportedException(String, Exception) |
Constructeur de base |
| ConversionNotSupportedException(String, String) |
Constructor |
ConversionNotSupportedException()
Constructeur de base
public ConversionNotSupportedException();
Public Sub New ()
S’applique à
ConversionNotSupportedException(String)
Constructeur de base
public ConversionNotSupportedException(string message);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
ConversionNotSupportedException(String, Exception)
Constructeur de base
public ConversionNotSupportedException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
ConversionNotSupportedException(String, String)
Constructor
public ConversionNotSupportedException(string host, string typeName);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string * string -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (host As String, typeName As String)
Paramètres
- host
- String
- typeName
- String