Freigeben über


DeploymentFailedException Constructors

Definition

Overloads

DeploymentFailedException()

Initializes a new instance of the DeploymentFailedException class

DeploymentFailedException(String)

Initializes a new instance of the DeploymentFailedException class

DeploymentFailedException(String, Exception)

Initializes a new instance of the DeploymentFailedException class

DeploymentFailedException()

Initializes a new instance of the DeploymentFailedException class

public DeploymentFailedException ();
Public Sub New ()

Applies to

DeploymentFailedException(String)

Initializes a new instance of the DeploymentFailedException class

public DeploymentFailedException (string message);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String)

Parameters

message
String

Indicates the reason for the exception.

Applies to

DeploymentFailedException(String, Exception)

Initializes a new instance of the DeploymentFailedException class

public DeploymentFailedException (string message, Exception innerException);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string * Exception -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

Indicates the reason for the exception.

innerException
Exception

Indicates a nested exception.

Applies to