This constructor is used when your custom task contains a string version of the exception.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
语法
声明
Public Sub New ( _
message As String _
)
public DtsTaskException (
string message
)
public:
DtsTaskException (
String^ message
)
public DtsTaskException (
String message
)
public function DtsTaskException (
message : String
)
参数
- message
A string that contains the error condition.
备注
This constructor is used when your custom task throws an exception and you have a string description of the error condition.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
DtsTaskException Class
DtsTaskException Members
Microsoft.SqlServer.Dts.Runtime Namespace