Partager via


DtsTaskException Constructor (String)

This constructor is used when your custom task contains a string version of the exception.

Espace de noms: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
public DtsTaskException (
    string message
)
public:
DtsTaskException (
    String^ message
)
public DtsTaskException (
    String message
)
public function DtsTaskException (
    message : String
)

Paramètres

  • message
    A string that contains the error condition.

Notes

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DtsTaskException Class
DtsTaskException Members
Microsoft.SqlServer.Dts.Runtime Namespace