Costruttore DeploymentStagingException (String)
Initializes a new instance of the DeploymentStagingException class with the specified error message.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String _
)
'Utilizzo
Dim message As String
Dim instance As New DeploymentStagingException(message)
public DeploymentStagingException(
string message
)
public:
DeploymentStagingException(
String^ message
)
new :
message:string -> DeploymentStagingException
public function DeploymentStagingException(
message : String
)
Parametri
- message
Tipo: System. . :: . .String
The error message associated with this exception.