ConversionNotSupportedException Constructors

Definition

Overloads

ConversionNotSupportedException()

Base constructor

ConversionNotSupportedException(String)

Base constructor

ConversionNotSupportedException(String, Exception)

Base constructor

ConversionNotSupportedException(String, String)

Constructor

ConversionNotSupportedException()

Base constructor

public ConversionNotSupportedException ();
Public Sub New ()

Applies to

ConversionNotSupportedException(String)

Base constructor

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

Parameters

message
String

Applies to

ConversionNotSupportedException(String, Exception)

Base constructor

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)

Parameters

message
String
innerException
Exception

Applies to

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)

Parameters

host
String
typeName
String

Applies to