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 | |
---|---|---|
SmoException() () () () | Initializes a new instance of the SmoException class. | |
SmoException(String) | Initializes a new instance of the SmoException class with the specified message. | |
SmoException(SerializationInfo, StreamingContext) | Initializes a new instance of the SmoException class with the specified serialization information and streaming context. | |
SmoException(String, Exception) | Initializes a new instance of the SmoException class with the specified message and specified inner exception. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Überschreibt Exception. . :: . .HelpLink.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
ProdVer | Gets the product version of the instance of SQL Server that generated the SMO exception. | |
SmoExceptionType | Gets the type of SMO exception. | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang