Freigeben über


DeploymentFailedException-Konstruktor (String, Exception)

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, _
    innerException As Exception _
)
public DeploymentFailedException(
    string message,
    Exception innerException
)
public:
DeploymentFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
    message : String, 
    innerException : Exception
)

Parameter

  • message
    Typ: System.String
    Gibt die Ursache für die Ausnahme an.
  • innerException
    Typ: System.Exception
    Weist auf eine geschachtelte Ausnahme hin.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentFailedException Klasse

DeploymentFailedException-Überladung

Microsoft.Data.Schema.Build-Namespace