共用方式為


DtsToolsException 類別

The exception that is thrown when an error occurs in one of the tools.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class DtsToolsException _
    Inherits DtsException
'用途
Dim instance As DtsToolsException
[SerializableAttribute]
public class DtsToolsException : DtsException
[SerializableAttribute]
public ref class DtsToolsException : public DtsException
[<SerializableAttribute>]
type DtsToolsException =  
    class
        inherit DtsException
    end
public class DtsToolsException extends DtsException

備註

This class is instantiated by the DtsException class when an error occurs in a component.

繼承階層

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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。