Constructeur DeploymentException (String)
Initializes a new instance of the DeploymentException 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 DeploymentException(message)
public DeploymentException(
string message
)
public:
DeploymentException(
String^ message
)
new :
message:string -> DeploymentException
public function DeploymentException(
message : String
)
Paramètres
- message
Type : System.String
The error message associated with the exception.