Initializes a new instance of the BuildFailedException with a string exception message and an inner Exception providing more information about the failure.
네임스페이스: 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
The string describing the cause of the failure.
- innerException
유형: System.Exception
The Exception that is the root cause of the failure.