Sprache

DeploymentFailedException Konstruktoren

Definition

Überlädt

Name Beschreibung
DeploymentFailedException()

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

DeploymentFailedException(String)

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

DeploymentFailedException(String, Exception)

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

DeploymentFailedException()

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

public DeploymentFailedException();
Public Sub New ()

Gilt für:

DeploymentFailedException(String)

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

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

Parameter

message
String

Gibt den Grund für die Ausnahme an.

Gilt für:

DeploymentFailedException(String, Exception)

Initialisiert eine neue Instanz der DeploymentFailedException Klasse.

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)

Parameter

message
String

Gibt den Grund für die Ausnahme an.

innerException
Exception

Gibt eine geschachtelte Ausnahme an.

Gilt für: