Класс DtsNotATaskException
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsNotATaskException
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class DtsNotATaskException _
Inherits DtsException
'Применение
Dim instance As DtsNotATaskException
[SerializableAttribute]
public sealed class DtsNotATaskException : DtsException
[SerializableAttribute]
public ref class DtsNotATaskException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNotATaskException =
class
inherit DtsException
end
public final class DtsNotATaskException extends DtsException
Тип DtsNotATaskException обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
ErrorCode | Gets the error code that creates the appropriate exception class. This field is read-only. (Производный от DtsException.) | |
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.) |
В начало
Замечания
This error is not useable in a try...catch block.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.