次の方法で共有


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

文字列の例外メッセージを含む BuildFailedException を構築します。

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

構文

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

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

パラメーター

  • message
    型: System.String
    エラーの原因を示す文字列。

関連項目

参照

BuildFailedException クラス

BuildFailedException オーバーロード

Microsoft.SqlServer.Dac.Deployment 名前空間