QueryNotSupportedEnumeratorException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| QueryNotSupportedEnumeratorException() |
PENDIENTE |
| QueryNotSupportedEnumeratorException(String) |
PENDIENTE |
| QueryNotSupportedEnumeratorException(String, Exception) |
PENDIENTE |
QueryNotSupportedEnumeratorException()
PENDIENTE
public QueryNotSupportedEnumeratorException();
Public Sub New ()
Se aplica a
QueryNotSupportedEnumeratorException(String)
PENDIENTE
public QueryNotSupportedEnumeratorException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
QueryNotSupportedEnumeratorException(String, Exception)
PENDIENTE
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)
Parámetros
- message
- String
- innerException
- Exception