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
)
パラメーター
- message
型: System. . :: . .String
この例外のメッセージを示す String 値です。
説明
コンストラクターは、指定されたメッセージを使用してオブジェクトを初期化します。