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 _
)
'用途
Dim message As String
Dim instance As New DeploymentFailedException(message)
public DeploymentFailedException(
string message
)
public:
DeploymentFailedException(
String^ message
)
new :
message:string -> DeploymentFailedException
public function DeploymentFailedException(
message : String
)
參數
- message
型別:System.String
Indicates the reason for the exception.