Partilhar via


Classe DtsRuntimeException

The exception that is thrown when there is an error in the control flow.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class DtsRuntimeException _
    Inherits DtsException
'Uso
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

Comentários

This class is instantiated by the DtsException class when an error occurs in a runtime control flow.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
      Microsoft.SqlServer.Dts.Runtime..::..DtsRuntimeException

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.