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
'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>
)
Parameters
- message
 Type: System.String
 The error message associated with this exception.
- errors
 Type: System.Collections.ObjectModel.Collection<Error>
 The collection of operation result errors associated with this exception.