Partager via


Classe UtilityException

The UtilityException class defines methods and properties that record utility exception information. It is the base class for all utility exception types.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Utility..::..UtilityException

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class UtilityException _
    Inherits SqlServerManagementException
'Utilisation
Dim instance As UtilityException
[SerializableAttribute]
public class UtilityException : SqlServerManagementException
[SerializableAttribute]
public ref class UtilityException : public SqlServerManagementException
[<SerializableAttribute>]
type UtilityException =  
    class
        inherit SqlServerManagementException
    end
public class UtilityException extends SqlServerManagementException

Le type UtilityException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UtilityException() () () () Initializes a new, default instance of the UtilityException class with the default property values.
Méthode publique UtilityException(String) Initializes a new, default instance of the UtilityException class with the specified error message.
Méthode protégée UtilityException(SerializationInfo, StreamingContext) Initializes a new, default instance of the UtilityException class with serialized data.
Méthode publique UtilityException(String, Exception) Initializes a new, default instance of the UtilityException class with the specified error message and inner exception.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink Gets a link to the SQL Server Help Web site. (remplace Exception. . :: . .HelpLink.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété protégéeMembre statique ProdVer Gets the product version of SQL Server.
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 (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée Init Initializes the exception properties.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetHelpContext Defines the Help context identifier for the exception.
Méthode publique ToString (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.