DeploymentException Constructor (SerializationInfo, StreamingContext)

 

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

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

Syntax

protected DeploymentException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DeploymentException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> DeploymentException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

DeploymentException Overload
DeploymentException Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top