Compartir a través de


DeploymentOperationException Constructor (String, Collection(Error))

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    errors As Collection(Of Error) _
)
'Uso
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>
)

Parámetros