ConversionNotSupportedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ConversionNotSupportedException() |
Basiskonstruktor |
| ConversionNotSupportedException(String) |
Basiskonstruktor |
| ConversionNotSupportedException(String, Exception) |
Basiskonstruktor |
| ConversionNotSupportedException(String, String) |
Konstruktor |
ConversionNotSupportedException()
Basiskonstruktor
public ConversionNotSupportedException();
Public Sub New ()
Gilt für:
ConversionNotSupportedException(String)
Basiskonstruktor
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
Gilt für:
ConversionNotSupportedException(String, Exception)
Basiskonstruktor
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
Gilt für:
ConversionNotSupportedException(String, String)
Konstruktor
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