DeploymentStagingException Class
SQL Server 2012
Note: This API is now obsolete.
The exception that is thrown for the Master Data Services deployment errors with an embedded collection of staging batch result errors.
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentStagingException
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentStagingException
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
The DeploymentStagingException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentStagingException() | Initializes a new instance of the DeploymentStagingException class with the default values. |
![]() | DeploymentStagingException(String) | Initializes a new instance of the DeploymentStagingException class with the specified error message. |
![]() | DeploymentStagingException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances. |
![]() | DeploymentStagingException(String, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection. |
![]() | DeploymentStagingException(String, Exception) | Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception. |
![]() | DeploymentStagingException(String, Exception, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | StagingBatchErrors | Gets the staging batch errors associated with the exception. |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | AddError | Adds an error to the exception's collection of staging batch errors. |
![]() | AddErrors | Adds a collection of errors to the exception's collection of staging batch errors. |
![]() | ClearErrors | Clears out the error collection. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Security Critical. (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |


