DeploymentStagingException 构造函数 (String, Exception)

Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.

命名空间:  Microsoft.MasterDataServices.Deployment
程序集:  Microsoft.MasterDataServices.Deployment(在 Microsoft.MasterDataServices.Deployment.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
用法
Dim message As String 
Dim innerException As Exception 

Dim instance As New DeploymentStagingException(message, _
    innerException)
public DeploymentStagingException(
    string message,
    Exception innerException
)
public:
DeploymentStagingException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentStagingException
public function DeploymentStagingException(
    message : String, 
    innerException : Exception
)

参数

  • message
    类型:System.String
    The error message associated with the exception.
  • innerException
    类型:System.Exception
    A reference to the inner exception that is the cause of the exception.

请参阅

参考

DeploymentStagingException 类

DeploymentStagingException 重载

Microsoft.MasterDataServices.Deployment 命名空间