次の方法で共有


ActionNotSupportedException クラス

ActionNotSupportedException クラスは、アップグレードや登録など要求されたデータ層アクションがアプリケーションの接続先データベース エンジンのバージョンでサポートされていない場合に、例外を発生させるために使用されます。

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class ActionNotSupportedException _
    Inherits DeploymentValidationException
'使用
Dim instance As ActionNotSupportedException
[SerializableAttribute]
public sealed class ActionNotSupportedException : DeploymentValidationException
[SerializableAttribute]
public ref class ActionNotSupportedException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type ActionNotSupportedException =  
    class
        inherit DeploymentValidationException
    end
public final class ActionNotSupportedException extends DeploymentValidationException

ActionNotSupportedException 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド ActionNotSupportedException(Exception) この例外の原因となった内部例外がある場合、ActionNotSupportedException クラスのインスタンスを初期化します。
パブリック メソッド ActionNotSupportedException(String) メッセージを使用して、ActionNotSupportedException クラスのインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DacExceptionType 例外の種類を取得します。 (DacException から継承されています。)
パブリック プロパティ Data (Exception から継承されています。)
パブリック プロパティ HelpLink 例外の詳細についての URL ヘルプ リンクを表す文字列を取得します。 (DacException から継承されています。)
プロテクト プロパティ HResult (Exception から継承されています。)
パブリック プロパティ InnerException (Exception から継承されています。)
パブリック プロパティ Message (Exception から継承されています。)
パブリック プロパティ Source (Exception から継承されています。)
パブリック プロパティ StackTrace (Exception から継承されています。)
パブリック プロパティ TargetSite (Exception から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetBaseException (Exception から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetObjectData (Exception から継承されています。)
パブリック メソッド GetType (Exception から継承されています。)
プロテクト メソッド Init プロバイダーのプロパティを初期化します。 (DacException から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
プロテクト メソッド SetHelpContext ヘルプ リンクのヘルプ コンテキストを設定します。 (DacException から継承されています。)
パブリック メソッド ToString (Exception から継承されています。)

先頭に戻る

スレッド セーフ

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