Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DeploymentException class with the specified error message.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameters
- message
Type: System.String
The error message associated with the exception.