DeploymentException 建構函式 (String)
Initializes a new instance of the DeploymentException 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 DeploymentException(message)
public DeploymentException(
string message
)
public:
DeploymentException(
String^ message
)
new :
message:string -> DeploymentException
public function DeploymentException(
message : String
)
參數
- message
型別:System. . :: . .String
The error message associated with this exception.