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 DeploymentStagingException class with the specified error message and inner exception.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentStagingException(message, _
innerException)
public DeploymentStagingException(
string message,
Exception innerException
)
public:
DeploymentStagingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentStagingException
public function DeploymentStagingException(
message : String,
innerException : Exception
)
Paramètres
- message
Type : System.String
The error message associated with the exception.
- innerException
Type : System.Exception
A reference to the inner exception that is the cause of the exception.
Voir aussi
Référence
DeploymentStagingException Classe