共用方式為


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
)