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 error collection.
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
errors As Collection(Of StagingBatchError) _
)
'Utilisation
Dim message As String
Dim errors As Collection(Of StagingBatchError)
Dim instance As New DeploymentStagingException(message, _
errors)
public DeploymentStagingException(
string message,
Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
String^ message,
Collection<StagingBatchError^>^ errors
)
new :
message:string *
errors:Collection<StagingBatchError> -> DeploymentStagingException
public function DeploymentStagingException(
message : String,
errors : Collection<StagingBatchError>
)
Paramètres
- message
Type : System.String
The error message associated with the exception.
- errors
Type : System.Collections.ObjectModel.Collection<StagingBatchError>
The collection of operation result errors associated with the exception.
Voir aussi
Référence
DeploymentStagingException Classe