次の方法で共有


PipelineComponentHResultException コンストラクター (String, Int32)

PipelineComponentHResultException クラスの新しいインスタンスを初期化します。

名前空間:  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
    基になる COM 例外により返されるメッセージです。
  • code
    型: System.Int32
    基になる COM 例外により返される COM HRESULT です。

関連項目

参照

PipelineComponentHResultException クラス

PipelineComponentHResultException オーバーロード

Microsoft.SqlServer.Dts.Pipeline 名前空間