DeploymentStagingException 构造函数 (SerializationInfo, StreamingContext)

Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.

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

语法

声明
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
用法
Dim info As SerializationInfo 
Dim context As StreamingContext 

Dim instance As New DeploymentStagingException(info, context)
protected DeploymentStagingException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DeploymentStagingException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> DeploymentStagingException
protected function DeploymentStagingException(
    info : SerializationInfo, 
    context : StreamingContext
)

参数

请参阅

参考

DeploymentStagingException 类

DeploymentStagingException 重载

Microsoft.MasterDataServices.Deployment 命名空间