DeploymentOperationException Class
SQL Server 2012
The exception that is thrown for the Master Data Services deployment errors with an embedded collection of services API operation errors.
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentOperationException
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentOperationException
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
The DeploymentOperationException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentOperationException() | Initializes a new instance of the DeploymentOperationException class with the default values. |
![]() | DeploymentOperationException(String) | Initializes a new instance of the DeploymentOperationException class with the specified error message. |
![]() | DeploymentOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances. |
![]() | DeploymentOperationException(String, Collection<Error>) | Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection. |
![]() | DeploymentOperationException(String, Exception) | Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception. |
![]() | DeploymentOperationException(String, Exception, Collection<Error>) | Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | Errors | Gets the operation result errors associated with the 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.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | AddError | Adds an error to the exception's collection of operation response errors. |
![]() | AddErrors | Adds a collection of errors to the exception's collection of operation response 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.) |


