Condividi tramite


Costruttore DtsTaskException (String)

Initializes a new instance of the DtsTaskException class.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
Dim message As String 

Dim instance As New DtsTaskException(message)
public DtsTaskException(
    string message
)
public:
DtsTaskException(
    String^ message
)
new : 
        message:string -> DtsTaskException
public function DtsTaskException(
    message : String
)

Parametri

  • message
    Tipo: System.String
    A string that contains the error condition.

Osservazioni

This constructor is used when your custom task throws an exception and you have a string description of the error condition.

Vedere anche

Riferimento

DtsTaskException Classe

Overload DtsTaskException

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime