Udostępnij za pośrednictwem


Konstruktor PipelineComponentHResultException (String, Int32)

Inicjuje nowe wystąpienie PipelineComponentHResultException klasy

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String, _
    code As Integer _
)
'Użycie
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
)

Parametry

  • message
    Typ: System.String
    Wiadomości zwróconych przez podstawowej wyjątek COM.
  • code
    Typ: System.Int32
    Hresult COM zwracane przez podstawowej wyjątek COM.