Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
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
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
A SerializationInfo instance.
- context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext instance.
See Also
Reference
DeploymentStagingException Class