Clase QueryNotSupportedEnumeratorException
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .EnumeratorException
Microsoft.SqlServer.Management.Sdk.Sfc..::..QueryNotSupportedEnumeratorException
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class QueryNotSupportedEnumeratorException _
Inherits EnumeratorException
'Uso
Dim instance As QueryNotSupportedEnumeratorException
[SerializableAttribute]
public sealed class QueryNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class QueryNotSupportedEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type QueryNotSupportedEnumeratorException =
class
inherit EnumeratorException
end
public final class QueryNotSupportedEnumeratorException extends EnumeratorException
El tipo QueryNotSupportedEnumeratorException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
QueryNotSupportedEnumeratorException() () () () | Initializes a new instance of the QueryNotSupportedEnumeratorException class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
QueryNotSupportedEnumeratorException(String) | Initializes a new instance of the QueryNotSupportedEnumeratorException class with defined message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
QueryNotSupportedEnumeratorException(String, Exception) | Initializes a new instance of the QueryNotSupportedEnumeratorException class with defined message and exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.