次の方法で共有


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

この例外の原因となった内部例外がある場合、ActionNotSupportedException クラスのインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    innerException As Exception _
)
'使用
Dim innerException As Exception

Dim instance As New ActionNotSupportedException(innerException)
public ActionNotSupportedException(
    Exception innerException
)
public:
ActionNotSupportedException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ActionNotSupportedException
public function ActionNotSupportedException(
    innerException : Exception
)

パラメーター

説明

コンストラクターは、この例外の原因となった内部例外を使用してオブジェクトを初期化します。