共用方式為


DtsComponentException 類別

The exception that is thrown when an error occurs in a component.

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

語法

'宣告
<SerializableAttribute> _
Public Class DtsComponentException _
    Inherits DtsException
'用途
Dim instance As DtsComponentException
[SerializableAttribute]
public class DtsComponentException : DtsException
[SerializableAttribute]
public ref class DtsComponentException : public DtsException
[<SerializableAttribute>]
type DtsComponentException =  
    class
        inherit DtsException
    end
public class DtsComponentException 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..::..DtsComponentException

執行緒安全性

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