DeploymentStagingException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
protected DeploymentStagingException(
SerializationInfo info,
StreamingContext context
)
protected:
DeploymentStagingException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> DeploymentStagingException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA SerializationInfo instance.
context
Type: System.Runtime.Serialization.StreamingContextA StreamingContext instance.
See Also
DeploymentStagingException Overload
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top