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


Конструктор PipelineComponentHResultException (String, Int32)

Initializes a new instance of the PipelineComponentHResultException class.

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

Синтаксис

'Декларация
Public Sub New ( _
    message As String, _
    code As Integer _
)
'Применение
Dim message As String 
Dim code As Integer 

Dim instance As New PipelineComponentHResultException(message, _
    code)
public PipelineComponentHResultException(
    string message,
    int code
)
public:
PipelineComponentHResultException(
    String^ message, 
    int code
)
new : 
        message:string * 
        code:int -> PipelineComponentHResultException
public function PipelineComponentHResultException(
    message : String, 
    code : int
)

Параметры

  • message
    Тип: System.String
    The message returned by the underlying COM exception.
  • code
    Тип: System.Int32
    The COM hresult returned by the underlying COM exception.

См. также

Справочник

PipelineComponentHResultException Класс

Перегрузка PipelineComponentHResultException

Пространство имен Microsoft.SqlServer.Dts.Pipeline