Construtor DeploymentOperationException (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 (em Microsoft.MasterDataServices.Deployment.dll)
Sintaxe
'Declaração
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
- message
Tipo: System.String
The error message associated with the exception.
- errors
Tipo: System.Collections.ObjectModel.Collection<Error>
The collection of operation result errors associated with the exception.
Consulte também
Referência
DeploymentOperationException Classe