次の方法で共有


DtsExponentTooLargeException Class

パッケージの X.509 証明書キーが無効の場合にスローされる例外クラスです。

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

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class DtsExponentTooLargeException
    Inherits DtsException
[SerializableAttribute] 
public sealed class DtsExponentTooLargeException : DtsException
[SerializableAttribute] 
public ref class DtsExponentTooLargeException sealed : public DtsException
/** @attribute SerializableAttribute() */ 
public final class DtsExponentTooLargeException extends DtsException
SerializableAttribute 
public final class DtsExponentTooLargeException extends DtsException

解説

ApplicationException から継承されます。

継承階層

System.Object
   System.Exception
     Microsoft.SqlServer.Dts.Runtime.DtsException
      Microsoft.SqlServer.Dts.Runtime.DtsExponentTooLargeException

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

DtsExponentTooLargeException Members
Microsoft.SqlServer.Dts.Runtime Namespace