Класс CollectionNotAvailableException

The CollectionNotAvailableException class is an exception that is raised when an attempt is made to retrieve a collection that is not available.

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Smo. . :: . .SmoException
        Microsoft.SqlServer.Management.Smo..::..CollectionNotAvailableException

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class CollectionNotAvailableException _
    Inherits SmoException
'Применение
Dim instance As CollectionNotAvailableException
[SerializableAttribute]
public sealed class CollectionNotAvailableException : SmoException
[SerializableAttribute]
public ref class CollectionNotAvailableException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type CollectionNotAvailableException =  
    class
        inherit SmoException
    end
public final class CollectionNotAvailableException extends SmoException

Тип 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.

В начало

Свойства

  Имя Описание
Открытое свойство 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.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Override based on the virtual GetObjectData method. . (Переопределяет Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Sets the Help context value for the referenced exception. (Производный от SmoException.)
Открытый метод ToString (Производный от Exception.)

В начало

Замечания

Thread Safety

Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.