ConversionNotSupportedException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ConversionNotSupportedException() |
Costruttore di base |
| ConversionNotSupportedException(String) |
Costruttore di base |
| ConversionNotSupportedException(String, Exception) |
Costruttore di base |
| ConversionNotSupportedException(String, String) |
Costruttore |
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