DeploymentFailedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeploymentFailedException() |
Initializes a new instance of the DeploymentFailedException class |
DeploymentFailedException(String) |
Initializes a new instance of the DeploymentFailedException class |
DeploymentFailedException(String, Exception) |
Initializes a new instance of the DeploymentFailedException class |
DeploymentFailedException()
Initializes a new instance of the DeploymentFailedException class
public DeploymentFailedException ();
Public Sub New ()
Applies to
DeploymentFailedException(String)
Initializes a new instance of the DeploymentFailedException class
public DeploymentFailedException (string message);
new Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentFailedException
Public Sub New (message As String)
Parameters
- message
- String
Indicates the reason for the exception.
Applies to
DeploymentFailedException(String, Exception)
Initializes a new instance of the DeploymentFailedException class
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)
Parameters
- message
- String
Indicates the reason for the exception.
- innerException
- Exception
Indicates a nested exception.