次の方法で共有


DtsGenericException クラス

エラーが発生するとスローされる例外とそのエラーは、他の例外クラスによって処理されません。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

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

説明

このクラスは、DtsException クラスによりインスタンス化されます。

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。