Idioma

ConversionNotSupportedException Construtores

Definição

Sobrecargas

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

Aplica-se a