Элементы CollectionNotAvailableException
The CollectionNotAvailableException class is an exception that is raised when an attempt is made to retrieve a collection that is not available.
Тип CollectionNotAvailableException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
CollectionNotAvailableException() () () () | Initializes a new instance of the CollectionNotAvailableException class. |
![]() |
CollectionNotAvailableException(String) | Initializes a new instance of the CollectionNotAvailableException class with the specified message text. |
![]() |
CollectionNotAvailableException(String, ServerVersion) | Initializes a new instance of the CollectionNotAvailableException class with the specified collection and the version of the instance of Microsoft SQL Server. |
![]() |
CollectionNotAvailableException(String, Exception) | Initializes a new instance of the CollectionNotAvailableException class with the specified message text 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.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
CollectionName | Gets the name of the collection that is not available. |
![]() |
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 that describes the current exception. (Перезаписывает Exception. . :: . .Message.) |
![]() |
ServerVersion | Gets the version of the instance of Microsoft SQL Server that raised the exception. |
![]() |
SmoExceptionType | Gets the type of exception. (Перезаписывает SmoException. . :: . .SmoExceptionType.) |
![]() |
Source | (Наследуется из Exception.) |
![]() |
StackTrace | (Наследуется из Exception.) |
![]() |
TargetSite | (Наследуется из Exception.) |
В начало