DtsTaskException Constructor (String)
Initializes a new instance of the DtsTaskException class.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
'Uso
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
)
Parámetros
- message
Tipo: System.String
A string that contains the error condition.
Comentarios
This constructor is used when your custom task throws an exception and you have a string description of the error condition.