Compartir a través de


TransferJobsTask.DtsTransferJobsException Clase

The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferJobsTask
Ensamblado:  Microsoft.SqlServer.TransferJobsTask (en Microsoft.SqlServer.TransferJobsTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DtsTransferJobsException _
    Inherits Exception
'Uso
Dim instance As TransferJobsTask.DtsTransferJobsException
[SerializableAttribute]
public class DtsTransferJobsException : Exception
[SerializableAttribute]
public ref class DtsTransferJobsException : public Exception
[<SerializableAttribute>]
type DtsTransferJobsException =  
    class
        inherit Exception
    end
public class DtsTransferJobsException extends Exception

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferJobsTask..::..TransferJobsTask..::..DtsTransferJobsException

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.