DeploymentStagingException 建構函式 (String)
Initializes a new instance of the DeploymentStagingException class with the specified error message.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
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
)
參數
- message
型別:System. . :: . .String
The error message associated with this exception.