Udostępnij przez


Konstruktor DeploymentStagingException (String, Exception, Collection<StagingBatchError>)

Inicjuje nowe wystąpienie DeploymentStagingException klasy określony komunikat, wyjątek wewnętrzny 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, _
    innerException As Exception, _
    errors As Collection(Of StagingBatchError) _
)
'Użycie
Dim message As String
Dim innerException As Exception
Dim errors As Collection(Of StagingBatchError)

Dim instance As New DeploymentStagingException(message, _
    innerException, errors)
public DeploymentStagingException(
    string message,
    Exception innerException,
    Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
    String^ message, 
    Exception^ innerException, 
    Collection<StagingBatchError^>^ errors
)
new : 
        message:string * 
        innerException:Exception * 
        errors:Collection<StagingBatchError> -> DeploymentStagingException
public function DeploymentStagingException(
    message : String, 
    innerException : Exception, 
    errors : Collection<StagingBatchError>
)

Parametry

  • message
    Typ: System.String
    Komunikat o błędzie skojarzonych z tym wyjątkiem.
  • innerException
    Typ: System.Exception
    Odwołanie do wyjątek wewnętrzny, który jest przyczyną tego wyjątku.