Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the DeploymentException class with the specified error message.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentException(
string message
)
public:
DeploymentException(
String^ message
)
new :
message:string -> DeploymentException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message associated with the exception.
See Also
DeploymentException Overload
DeploymentException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top