Classe XPathException

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.XPathException

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class XPathException _
    Inherits EnumeratorException
'Utilisation
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

Le type XPathException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique XPathException() Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique XPathException(String) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode protégée XPathException(SerializationInfo, StreamingContext) Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Méthode publique XPathException(String, Exception) Initializes a new instance of the XPathException class with the specified message exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique ErrorCode Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique HelpLink (hérité de Exception.)
Propriété publique HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace Exception.Message.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Informations critiques de sécurité. (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Événements

  Nom Description
Événement protégé SerializeObjectState (hérité de Exception.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc