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


Класс PipelineComponentHResultException

Exception raised by the Script component when it encounters a COM exception.

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

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System.Runtime.InteropServices. . :: . .ExternalException
        System.Runtime.InteropServices. . :: . .COMException
          Microsoft.SqlServer.Dts.Pipeline..::..PipelineComponentHResultException

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод PipelineComponentHResultException(Int32) Initializes a new instance of the PipelineComponentHResultException class.
Открытый метод PipelineComponentHResultException(String, Int32) Initializes a new instance of the PipelineComponentHResultException class.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство ErrorCode (Производный от ExternalException.)
Открытое свойство 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 (Производный от COMException.)

В начало

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

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