Lenguaje

ConversionNotSupportedException Constructores

Definición

Sobrecargas

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

Se aplica a