言語

ConversionNotSupportedException コンストラクター

定義

オーバーロード

名前 説明
ConversionNotSupportedException()

基本コンストラクター

ConversionNotSupportedException(String)

基本コンストラクター

ConversionNotSupportedException(String, Exception)

基本コンストラクター

ConversionNotSupportedException(String, String)

コンストラクター

ConversionNotSupportedException()

基本コンストラクター

public ConversionNotSupportedException();
Public Sub New ()

適用対象

ConversionNotSupportedException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

ConversionNotSupportedException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象

ConversionNotSupportedException(String, String)

コンストラクター

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)

パラメーター

host
String
typeName
String

適用対象