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
)

パラメーター