Constructeur DeploymentOperationException (String)
Initializes a new instance of the DeploymentOperationException class with the specified error message.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New DeploymentOperationException(message)
public DeploymentOperationException(
string message
)
public:
DeploymentOperationException(
String^ message
)
new :
message:string -> DeploymentOperationException
public function DeploymentOperationException(
message : String
)
Paramètres
- message
Type : System. . :: . .String
The error message associated with this exception.