Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the error code that explains the cause of the Xpath exception.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Sintaxis
'Declaración
Public ReadOnly Property ErrorCode As XPathExceptionCode
public XPathExceptionCode ErrorCode { get; }
public:
property XPathExceptionCode ErrorCode {
XPathExceptionCode get ();
}
/** @property */
public XPathExceptionCode get_ErrorCode ()
public function get ErrorCode () : XPathExceptionCode
Valor de propiedad
An XPathExceptionCode object value that specifies the cause of the Xpath exception.
Notas
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Ejemplo
How to: Catch an Exception in Visual Basic .NET
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
XPathException Class
XPathException Members
Microsoft.SqlServer.Management.Smo Namespace