言語

BuildFailedException コンストラクター

定義

オーバーロード

名前 説明
BuildFailedException(String)

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

BuildFailedException(String, Exception)

文字列例外メッセージと、エラーに関する詳細情報を提供する内部Exceptionを含むBuildFailedExceptionを構築します。

BuildFailedException(String)

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

public BuildFailedException(string message);
new Microsoft.SqlServer.Dac.Deployment.BuildFailedException : string -> Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Public Sub New (message As String)

パラメーター

message
String

エラーの原因を説明する文字列

適用対象

BuildFailedException(String, Exception)

文字列例外メッセージと、エラーに関する詳細情報を提供する内部Exceptionを含むBuildFailedExceptionを構築します。

public BuildFailedException(string message, Exception innerException);
new Microsoft.SqlServer.Dac.Deployment.BuildFailedException : string * Exception -> Microsoft.SqlServer.Dac.Deployment.BuildFailedException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーの原因を説明する文字列

innerException
Exception

Exception エラーの根本原因である

適用対象