次の方法で共有


ActionNotSupportedException コンストラクター (String)

メッセージを使用して、ActionNotSupportedException クラスのインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New ActionNotSupportedException(message)
public ActionNotSupportedException(
    string message
)
public:
ActionNotSupportedException(
    String^ message
)
new : 
        message:string -> ActionNotSupportedException
public function ActionNotSupportedException(
    message : String
)

パラメーター

説明

コンストラクターは、指定されたメッセージを使用してオブジェクトを初期化します。