Konstruktor DeploymentStagingException (String, Collection<StagingBatchError>)
Inicjuje nowe wystąpienie DeploymentStagingException klasy z określonym komunikat i Błąd kolekcja.
Przestrzeń nazw: Microsoft.MasterDataServices.Deployment
Zestaw: Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String, _
errors As Collection(Of StagingBatchError) _
)
'Użycie
Dim message As String
Dim errors As Collection(Of StagingBatchError)
Dim instance As New DeploymentStagingException(message, _
errors)
public DeploymentStagingException(
string message,
Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
String^ message,
Collection<StagingBatchError^>^ errors
)
new :
message:string *
errors:Collection<StagingBatchError> -> DeploymentStagingException
public function DeploymentStagingException(
message : String,
errors : Collection<StagingBatchError>
)
Parametry
- message
Typ: System.String
Komunikat o błędzie skojarzonych z tym wyjątkiem.
- errors
Typ: System.Collections.ObjectModel.Collection<StagingBatchError>
Kolekcja skojarzonych z tym wyjątkiem błędy wynik operacji.