Compartir a través de


Clase TransferLoginsTask.DtsTransferLoginsException

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

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask..::..TransferLoginsTask..::..DtsTransferLoginsException

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

Sintaxis

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

El tipo TransferLoginsTask..::..DtsTransferLoginsException expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.