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


Класс CannotCreatePipelineComponentException

The exception that is thrown when the data flow cannot create an instance of a Script component.

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

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..CannotCreatePipelineComponentException

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод CannotCreatePipelineComponentException Initializes a new instance of the CannotCreatePipelineComponentException class.

В начало

Свойства

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

В начало

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

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