文字列の例外メッセージを含む 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
エラーの原因を示す文字列。
- innerException
型: System.Exception
エラーの根本的な原因である Exception。