Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DeploymentFailedException class.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentFailedException(message, _
innerException)
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
Indicates the reason for the exception.
- innerException
Typ: System.Exception
Indicates a nested exception.
Siehe auch
Verweis
DeploymentFailedException Klasse