Класс IntegrationServicesException

Represents the base class for all Службы Integration Services exceptions.

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

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServicesException

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод IntegrationServicesException() Initializes a new instance of the IntegrationServicesException class.
Открытый метод IntegrationServicesException(String) Initializes a new instance of the IntegrationServicesException class with the specified exception message.
Открытый метод IntegrationServicesException(SerializationInfo, StreamingContext) Initializes a new instance of the IntegrationServicesException class with the specified information and streaming context.
Открытый метод IntegrationServicesException(String, Exception) Initializes a new instance of the IntegrationServicesException class with the specified exception message.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a link to the help website. (Переопределяет Exception.HelpLink.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Защищенное свойствоСтатический элемент ProductVersion Gets the version of the product.
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Sets the help context based on the resource string that is passed.
Открытый метод ToString (Производный от Exception.)

В начало

События

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

В начало

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

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

См. также

Справочник

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