Класс DtsRuntimeException
The exception that is thrown when there is an error in the control flow.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DtsRuntimeException _
Inherits DtsException
'Применение
Dim instance As DtsRuntimeException
[SerializableAttribute]
public class DtsRuntimeException : DtsException
[SerializableAttribute]
public ref class DtsRuntimeException : public DtsException
[<SerializableAttribute>]
type DtsRuntimeException =
class
inherit DtsException
end
public class DtsRuntimeException extends DtsException
Замечания
This class is instantiated by the DtsException class when an error occurs in a runtime control flow.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsRuntimeException
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.