Udostępnij przez


Konstruktor DeploymentException (String)

Inicjuje nowe wystąpienie DeploymentException 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 DeploymentException(message)
public DeploymentException(
    string message
)
public:
DeploymentException(
    String^ message
)
new : 
        message:string -> DeploymentException
public function DeploymentException(
    message : String
)

Parametry

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