DeploymentStagingException Constructor (String, Exception, Collection<StagingBatchError>)

 

Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

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

Syntax

public DeploymentStagingException(
    string message,
    Exception innerException,
    Collection<StagingBatchError> errors
)
public:
DeploymentStagingException(
    String^ message,
    Exception^ innerException,
    Collection<StagingBatchError^>^ errors
)
new : 
        message:string *
        innerException:Exception *
        errors:Collection<StagingBatchError> -> DeploymentStagingException
Public Sub New (
    message As String,
    innerException As Exception,
    errors As Collection(Of StagingBatchError)
)

Parameters

  • message
    Type: System.String

    The error message associated with the exception.

  • innerException
    Type: System.Exception

    A reference to the inner exception that is the cause of the exception.

See Also

DeploymentStagingException Overload
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace

Return to top