ConversionNotSupportedException Costruttori

Definizione

Overload

ConversionNotSupportedException()

Costruttore di base

public ConversionNotSupportedException();
Public Sub New ()

Si applica a

ConversionNotSupportedException(String)

Costruttore di base

public ConversionNotSupportedException(string message);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (message As String)

Parametri

message
String

Si applica a

ConversionNotSupportedException(String, Exception)

Costruttore di 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)

Parametri

message
String
innerException
Exception

Si applica a

ConversionNotSupportedException(String, String)

Costruttore

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)

Parametri

host
String
typeName
String

Si applica a