Udostępnij za pośrednictwem


Konstruktor DeploymentOperationException (String, Exception)

Inicjuje nowe wystąpienie DeploymentOperationException klasy z określony komunikat i wewnętrzny wyjątek.

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 _
)
'Użycie
Dim message As String
Dim innerException As Exception

Dim instance As New DeploymentOperationException(message, _
    innerException)
public DeploymentOperationException(
    string message,
    Exception innerException
)
public:
DeploymentOperationException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentOperationException
public function DeploymentOperationException(
    message : String, 
    innerException : Exception
)

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.