Sdílet prostřednictvím


PipelineComponentHResultException Constructors

Definition

Initializes a new instance of the PipelineComponentHResultException class.

Overloads

PipelineComponentHResultException(Int32)

Initializes a new instance of the PipelineComponentHResultException class.

PipelineComponentHResultException(String, Int32)

Initializes a new instance of the PipelineComponentHResultException class.

PipelineComponentHResultException(Int32)

Initializes a new instance of the PipelineComponentHResultException class.

public:
 PipelineComponentHResultException(int code);
public PipelineComponentHResultException (int code);
new Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException : int -> Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException
Public Sub New (code As Integer)

Parameters

code
Int32

The COM hresult returned by the underlying COM exception.

Applies to

PipelineComponentHResultException(String, Int32)

Initializes a new instance of the PipelineComponentHResultException class.

public:
 PipelineComponentHResultException(System::String ^ message, int code);
public PipelineComponentHResultException (string message, int code);
new Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException : string * int -> Microsoft.SqlServer.Dts.Pipeline.PipelineComponentHResultException
Public Sub New (message As String, code As Integer)

Parameters

message
String

The message returned by the underlying COM exception.

code
Int32

The COM hresult returned by the underlying COM exception.

Applies to