Элементы InvalidSmoOperationException
The InvalidSmoOperationException class represents the exception raised when an SMO operation is not valid.
Тип InvalidSmoOperationException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetBaseException | (Наследуется из Exception.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetObjectData | (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Наследуется из Exception.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
SetHelpContext | Sets the Help context value for the referenced exception. (Наследуется из SmoException.) |
![]() |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Наследуется из Exception.) |
![]() |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Наследуется из SmoException.) |
![]() |
HResult | (Наследуется из Exception.) |
![]() |
InnerException | (Наследуется из Exception.) |
![]() |
Message | Gets the message associated with the Invalid SMO Operation exception. (Перезаписывает Exception. . :: . .Message.) |
![]() |
SmoExceptionType | Gets the type of the SMO exception. (Перезаписывает SmoException. . :: . .SmoExceptionType.) |
![]() |
Source | (Наследуется из Exception.) |
![]() |
StackTrace | (Наследуется из Exception.) |
![]() |
TargetSite | (Наследуется из Exception.) |
В начало
См. также