Share via


DeploymentOperationException-Konstruktor (String, Collection<Error>)

Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    errors As Collection(Of Error) _
)
'Usage
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>
)

Parameter

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

Siehe auch

Verweis

DeploymentOperationException Klasse

DeploymentOperationException-Überladung

Microsoft.MasterDataServices.Deployment-Namespace