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 | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.