Compartir a través de


Clase ResultTypeNotSupportedEnumeratorException

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.ResultTypeNotSupportedEnumeratorException

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 ResultTypeNotSupportedEnumeratorException _
    Inherits EnumeratorException
'Uso
Dim instance As ResultTypeNotSupportedEnumeratorException
[SerializableAttribute]
public sealed class ResultTypeNotSupportedEnumeratorException : EnumeratorException
[SerializableAttribute]
public ref class ResultTypeNotSupportedEnumeratorException sealed : public EnumeratorException
[<SealedAttribute>]
[<SerializableAttribute>]
type ResultTypeNotSupportedEnumeratorException =  
    class 
        inherit EnumeratorException 
    end
public final class ResultTypeNotSupportedEnumeratorException extends EnumeratorException

El tipo ResultTypeNotSupportedEnumeratorException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ResultTypeNotSupportedEnumeratorException() No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público ResultTypeNotSupportedEnumeratorException(String) Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with specified message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público ResultTypeNotSupportedEnumeratorException(ResultType) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público ResultTypeNotSupportedEnumeratorException(String, Exception) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público ResultTypeNotSupportedEnumeratorException(ResultType, Exception) Initializes a new instance of the ResultTypeNotSupportedEnumeratorException class with the specified type and the inner exception parameter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública ResultType No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc