ConversionNotSupportedException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| ConversionNotSupportedException() |
Konstruktor dasar |
| ConversionNotSupportedException(String) |
Konstruktor dasar |
| ConversionNotSupportedException(String, Exception) |
Konstruktor dasar |
| ConversionNotSupportedException(String, String) |
Constructor |
ConversionNotSupportedException()
Konstruktor dasar
public ConversionNotSupportedException();
Public Sub New ()
Berlaku untuk
ConversionNotSupportedException(String)
Konstruktor dasar
public ConversionNotSupportedException(string message);
new Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException : string -> Microsoft.SqlServer.Management.Dmf.ConversionNotSupportedException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
ConversionNotSupportedException(String, Exception)
Konstruktor dasar
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)
Parameter
- message
- String
- innerException
- Exception
Berlaku untuk
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)
Parameter
- host
- String
- typeName
- String