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.