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.