Freigeben über


SmoException-Member

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

Der SmoException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SmoException() () () () Initializes a new instance of the SmoException class.
Öffentliche Methode SmoException(String) Initializes a new instance of the SmoException class with the specified message.
Geschützte Methode SmoException(SerializationInfo, StreamingContext) Initializes a new instance of the SmoException class with the specified serialization information and streaming context.
Öffentliche Methode SmoException(String, Exception) Initializes a new instance of the SmoException class with the specified message and specified inner exception.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext Sets the Help context value for the referenced exception.
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Überschreibt Exception. . :: . .HelpLink.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Geschützte EigenschaftStatischer Member ProdVer Gets the product version of the instance of SQL Server that generated the SMO exception.
Öffentliche Eigenschaft SmoExceptionType Gets the type of SMO exception.
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang