Share via


Classe DtsRuntimeException

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class DtsRuntimeException _
    Inherits DtsException
'Utilisation
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

Notes

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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.