Classe TransferStoredProceduresTask.DtsTransferSPException
The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask..::..TransferStoredProceduresTask..::..DtsTransferSPException
Espace de noms : Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Assembly : Microsoft.SqlServer.TransferStoredProceduresTask (en Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DtsTransferSPException _
Inherits Exception
'Utilisation
Dim instance As TransferStoredProceduresTask.DtsTransferSPException
[SerializableAttribute]
public class DtsTransferSPException : Exception
[SerializableAttribute]
public ref class DtsTransferSPException : public Exception
[<SerializableAttribute>]
type DtsTransferSPException =
class
inherit Exception
end
public class DtsTransferSPException extends Exception
Le type TransferStoredProceduresTask..::..DtsTransferSPException expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.