Membri SmoException
The SmoException class represents the exception that is raised when an error occurs during an SMO operation.
Il tipo SmoException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | (Ereditato da Exception). | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
SetHelpContext | Sets the Help context value for the referenced exception. | |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Esegue l'override di Exception. . :: . .HelpLink.) | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | (Ereditato da 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 | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto