Membri InvalidSmoOperationException
The InvalidSmoOperationException class represents the exception raised when an SMO operation is not valid.
Il tipo InvalidSmoOperationException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
InvalidSmoOperationException() () () () | Initializes a new instance of the InvalidSmoOperationException class. | |
InvalidSmoOperationException(String) | Initializes a new instance of the InvalidSmoOperationException class with the specified message. | |
InvalidSmoOperationException(String, SqlSmoState) | Initializes a new instance of the InvalidSmoOperationException class with the specified message and SMO state. | |
InvalidSmoOperationException(String, Exception) | Initializes a new instance of the InvalidSmoOperationException class with the specified message and inner exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
SetHelpContext | Sets the Help context value for the referenced exception. (Ereditato da SmoException). | |
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. (Ereditato da SmoException). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | Gets the message associated with the Invalid SMO Operation exception. (Esegue l'override di Exception. . :: . .Message.) | |
SmoExceptionType | Gets the type of the SMO exception. (Esegue l'override di SmoException. . :: . .SmoExceptionType.) | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche