次の方法で共有


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

文字列の例外メッセージを含む BuildFailedException およびエラーの詳細を提供する内部 Exception を構築します。

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

構文

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

Dim instance As New BuildFailedException(message, _
    innerException)
public BuildFailedException(
    string message,
    Exception innerException
)
public:
BuildFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> BuildFailedException
public function BuildFailedException(
    message : String, 
    innerException : Exception
)

パラメーター

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

関連項目

参照

BuildFailedException クラス

BuildFailedException オーバーロード

Microsoft.SqlServer.Dac.Deployment 名前空間