Freigeben über


DeploymentFailedException-Konstruktor (String)

Initializes a new instance of the DeploymentFailedException class.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
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
)

Parameter

  • message
    Typ: System.String
    Indicates the reason for the exception.

Siehe auch

Verweis

DeploymentFailedException Klasse

DeploymentFailedException-Überladung

Microsoft.SqlServer.Dac.Deployment-Namespace