Langue

ConversionNotSupportedException Constructeurs

Définition

Surcharges

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

S’applique à