DtsTaskException Constructor (String)
This constructor is used when your custom task contains a string version of the exception.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String _
)
public DtsTaskException (
string message
)
public:
DtsTaskException (
String^ message
)
public DtsTaskException (
String message
)
public function DtsTaskException (
message : String
)
Parametri
- message
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
DtsTaskException Class
DtsTaskException Members
Microsoft.SqlServer.Dts.Runtime Namespace