次の方法で共有


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

指定したエラー メッセージを使用して、DacModelException クラスの新しいインスタンスを構築します。

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

構文

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

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

パラメーター

関連項目

参照

DacModelException クラス

DacModelException オーバーロード

Microsoft.SqlServer.Dac.Model 名前空間