Элементы SmoException
The SmoException class represents the exception that is raised when an error occurs during an SMO operation.
Тип SmoException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetBaseException | (Наследуется из Exception.) | |
GetHashCode | (Наследуется из Object.) | |
GetObjectData | (Наследуется из Exception.) | |
GetType | (Наследуется из Exception.) | |
MemberwiseClone | (Наследуется из Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. | |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Наследуется из Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Перезаписывает Exception. . :: . .HelpLink.) | |
HResult | (Наследуется из Exception.) | |
InnerException | (Наследуется из Exception.) | |
Message | (Наследуется из 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 | (Наследуется из Exception.) | |
StackTrace | (Наследуется из Exception.) | |
TargetSite | (Наследуется из Exception.) |
В начало