ConversionNotSupportedException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ConversionNotSupportedException() |
Constructor base |
| ConversionNotSupportedException(String) |
Constructor base |
| ConversionNotSupportedException(String, Exception) |
Constructor base |
| ConversionNotSupportedException(String, String) |
Constructor |
ConversionNotSupportedException()
Constructor base
public ConversionNotSupportedException();
Public Sub New ()
Se aplica a
ConversionNotSupportedException(String)
Constructor base
public ConversionNotSupportedException(string message);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
ConversionNotSupportedException(String, Exception)
Constructor 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)
Parámetros
- message
- String
- innerException
- Exception
Se aplica a
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)
Parámetros
- host
- String
- typeName
- String