Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DeploymentOperationException class with the specified error message.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentOperationException(
string message
)
public:
DeploymentOperationException(
String^ message
)
new :
message:string -> DeploymentOperationException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message associated with the exception.
See Also
DeploymentOperationException Overload
DeploymentOperationException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top