Compartir a través de


Clase XPathException

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..::..XPathException

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> _
<ComVisibleAttribute(False)> _
Public Class XPathException _
    Inherits EnumeratorException
'Uso
Dim instance As XPathException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class XPathException : EnumeratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class XPathException : public EnumeratorException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type XPathException =  
    class
        inherit EnumeratorException
    end
public class XPathException extends EnumeratorException

El tipo XPathException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público XPathException() () () () No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público XPathException(String) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método protegido XPathException(SerializationInfo, StreamingContext) No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Método público XPathException(String, Exception) Initializes a new instance of the XPathException class with the specified message exception. 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 ErrorCode No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida Exception. . :: . .Message.)
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 protegido Finalize (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 (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
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.