Initializes a new instance of the DeploymentFailedException class.
네임스페이스: 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 DeploymentFailedException(message, _
innerException)
public DeploymentFailedException(
string message,
Exception innerException
)
public:
DeploymentFailedException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
message : String,
innerException : Exception
)
매개 변수
- message
유형: System.String
Indicates the reason for the exception.
- innerException
유형: System.Exception
Indicates a nested exception.