Initializes a new instance of the DeploymentException class with the specified error message and inner exception.
Namespace:   Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentException(
    string message,
    Exception innerException
)
public:
DeploymentException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> DeploymentException
Public Sub New (
    message As String,
    innerException As Exception
)
Parameters
- message 
 Type: System.String- The error message associated with the exception. 
- innerException 
 Type: System.Exception- A reference to the inner exception that is the cause of the exception. 
See Also
DeploymentException Overload
DeploymentException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top