Класс TransferStoredProceduresTask.DtsTransferSPException
The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask..::..TransferStoredProceduresTask..::..DtsTransferSPException
Пространство имен: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Сборка: Microsoft.SqlServer.TransferStoredProceduresTask (в Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DtsTransferSPException _
Inherits Exception
'Применение
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
Тип TransferStoredProceduresTask..::..DtsTransferSPException обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | (Производный от Exception.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | (Производный от Exception.) | |
GetType | (Производный от Exception.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.