Condividi tramite


Costruttore DeploymentFailedException (String, Exception)

Inizializza una nuova istanza della classe DeploymentFailedException.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentFailedException Classe

Overload DeploymentFailedException

Spazio dei nomi Microsoft.Data.Schema.Build