PipelineComponentHResultException Constructor (String, Int32)
Initializes a new instance of the PipelineComponentHResultException class.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
code As Integer _
)
'Uso
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
)
Parámetros
- message
Tipo: System.String
The message returned by the underlying COM exception.
- code
Tipo: System.Int32
The COM hresult returned by the underlying COM exception.
Vea también
Referencia
PipelineComponentHResultException Clase