Freigeben über


DeploymentFailedException-Konstruktor (String)

Initialisiert eine neue Instanz der DeploymentFailedException-Klasse.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public DeploymentFailedException(
    string message
)
public:
DeploymentFailedException(
    String^ message
)
new : 
        message:string -> DeploymentFailedException
public function DeploymentFailedException(
    message : String
)

Parameter

  • message
    Typ: System.String
    Gibt die Ursache für die Ausnahme an.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentFailedException Klasse

DeploymentFailedException-Überladung

Microsoft.Data.Schema.Build-Namespace