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 클래스