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


Класс EnumeratorException

Base class for all enumeration exceptions. Represents an exception thrown during enumeration. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Подробнее...

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

Синтаксис

'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class EnumeratorException _
    Inherits SqlServerManagementException
'Применение
Dim instance As EnumeratorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class EnumeratorException : SqlServerManagementException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class EnumeratorException : public SqlServerManagementException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type EnumeratorException =  
    class 
        inherit SqlServerManagementException 
    end
public class EnumeratorException extends SqlServerManagementException

Тип EnumeratorException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод EnumeratorException() Initializes a new instance of the EnumeratorException class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Открытый метод EnumeratorException(String) Initializes a new instance of the EnumeratorException class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Защищенный метод EnumeratorException(SerializationInfo, StreamingContext) Initializes a new instance of the EnumeratorException class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server..
Открытый метод EnumeratorException(String, Exception) Initializes a new instance of the EnumeratorException class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink (Производный от Exception.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc

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

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.InternalEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.InvalidConfigurationFileEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.InvalidPropertyUsageEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.InvalidQueryExpressionEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.InvalidVersionEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.QueryNotSupportedEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.ResultTypeNotSupportedEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.UnknownTypeEnumeratorException
        Microsoft.SqlServer.Management.Sdk.Sfc.XPathException