DeploymentStagingException Constructor (String, Collection<StagingBatchError>)
Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentStagingException(
string message,
Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
String^ message,
Collection<StagingBatchError^>^ errors
)
new :
message:string *
errors:Collection<StagingBatchError> -> DeploymentStagingException
Public Sub New (
message As String,
errors As Collection(Of StagingBatchError)
)
Parameters
message
Type: System.StringThe error message associated with the exception.
errors
Type: System.Collections.ObjectModel.Collection<StagingBatchError>The collection of operation result errors associated with the exception.
See Also
DeploymentStagingException Overload
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top