Partilhar via


Construtor DtsTaskException (COMException)

Initializes a new instance of the DtsTaskException class with specified COM exception.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Sub New ( _
    originalException As COMException _
)
'Uso
Dim originalException As COMException 

Dim instance As New DtsTaskException(originalException)
public DtsTaskException(
    COMException originalException
)
public:
DtsTaskException(
    COMException^ originalException
)
new : 
        originalException:COMException -> DtsTaskException
public function DtsTaskException(
    originalException : COMException
)

Parâmetros

Comentários

If your custom component has a COM exception that causes DtsTaskException to be thrown, wrap the exception with this constructor that takes the COM exception through the originalException parameter.

Consulte também

Referência

DtsTaskException Classe

Sobrecarregado DtsTaskException

Namespace Microsoft.SqlServer.Dts.Runtime