Partager via


Membres SmoException

The SmoException class represents the exception that is raised when an error occurs during an SMO operation.

Le type SmoException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique SmoException() () () () Initializes a new instance of the SmoException class.
Méthode publique SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Méthode protégée SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Méthode publique SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner 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 MemberwiseClone (Hérité de Object.)
Méthode protégée SetHelpContext Sets the Help context value for the referenced exception.
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Se substitue à 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 the instance of SQL Server that generated the SMO exception.
Propriété publique SmoExceptionType Gets the type of SMO exception.
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