Поделиться через


Элементы 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.)

В начало