DeploymentStagingException Constructor (String)
Initializes a new instance of the DeploymentStagingException class with the specified error message.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentStagingException(
string message
)
public:
DeploymentStagingException(
String^ message
)
new :
message:string -> DeploymentStagingException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message associated with the exception.
See Also
DeploymentStagingException Overload
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top