ConversionNotSupportedException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| ConversionNotSupportedException() |
Construtor base |
| ConversionNotSupportedException(String) |
Construtor base |
| ConversionNotSupportedException(String, Exception) |
Construtor base |
| ConversionNotSupportedException(String, String) |
Construtor |
ConversionNotSupportedException()
Construtor base
public ConversionNotSupportedException();
Public Sub New ()
Aplica-se a
ConversionNotSupportedException(String)
Construtor 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
Aplica-se a
ConversionNotSupportedException(String, Exception)
Construtor 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
Aplica-se a
ConversionNotSupportedException(String, String)
Construtor
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