DeploymentOperationException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo 
Dim context As StreamingContext 

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

Parameters

See Also

Reference

DeploymentOperationException Class

DeploymentOperationException Overload

Microsoft.MasterDataServices.Deployment Namespace