Udostępnij za pośrednictwem


Konstruktor DeploymentOperationException (String)

Inicjuje nowe wystąpienie DeploymentOperationException klasy wiadomości określony błąd.

Przestrzeń nazw:  Microsoft.MasterDataServices.Deployment
Zestaw:  Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
Dim message As String

Dim instance As New DeploymentOperationException(message)
public DeploymentOperationException(
    string message
)
public:
DeploymentOperationException(
    String^ message
)
new : 
        message:string -> DeploymentOperationException
public function DeploymentOperationException(
    message : String
)

Parametry

  • message
    Typ: System.String
    Komunikat o błędzie skojarzonych z tym wyjątkiem.