Конструктор 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.