QueryNotSupportedEnumeratorException 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 |
|---|---|
| QueryNotSupportedEnumeratorException() |
TODO |
| QueryNotSupportedEnumeratorException(String) |
TODO |
| QueryNotSupportedEnumeratorException(String, Exception) |
TODO |
QueryNotSupportedEnumeratorException()
TODO
public QueryNotSupportedEnumeratorException();
Public Sub New ()
Si applica a
QueryNotSupportedEnumeratorException(String)
TODO
public QueryNotSupportedEnumeratorException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
QueryNotSupportedEnumeratorException(String, Exception)
TODO
public QueryNotSupportedEnumeratorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
- innerException
- Exception