共用方式為


DeploymentException 建構函式 (SerializationInfo, StreamingContext)

Initializes a new instance of the DeploymentException 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 DeploymentException(info, context)
protected DeploymentException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DeploymentException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> DeploymentException
protected function DeploymentException(
    info : SerializationInfo, 
    context : StreamingContext
)