DtsTaskException 构造函数 (String)
Initializes a new instance of the DtsTaskException class.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Sub New ( _
message As String _
)
用法
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
)
参数
- message
类型:System.String
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.