DeploymentOperationException Constructor (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

public DeploymentOperationException(
    string message,
    Collection<Error> errors
)
public:
DeploymentOperationException(
    String^ message,
    Collection<Error^>^ errors
)
new : 
        message:string *
        errors:Collection<Error> -> DeploymentOperationException
Public Sub New (
    message As String,
    errors As Collection(Of Error)
)

Parameters

  • message
    Type: System.String

    The error message associated with the exception.

See Also

DeploymentOperationException Overload
DeploymentOperationException Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top