Partager via


Constructeur DeploymentOperationException (String, Collection<Error>)

Initializes a new instance of the DeploymentOperationException 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 Error) _
)
'Utilisation
Dim message As String 
Dim errors As Collection(Of Error)

Dim instance As New DeploymentOperationException(message, _
    errors)
public DeploymentOperationException(
    string message,
    Collection<Error> errors
)
public:
DeploymentOperationException(
    String^ message, 
    Collection<Error^>^ errors
)
new : 
        message:string * 
        errors:Collection<Error> -> DeploymentOperationException
public function DeploymentOperationException(
    message : String, 
    errors : Collection<Error>
)

Paramètres

  • message
    Type : System.String
    The error message associated with the exception.

Voir aussi

Référence

DeploymentOperationException Classe

Surcharge DeploymentOperationException

Espace de noms Microsoft.MasterDataServices.Deployment