DeploymentOperationException Class
The exception that is thrown for the Master Data Services deployment errors with an embedded collection of services API operation errors.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentOperationException
Syntax
[SerializableAttribute]
public class DeploymentOperationException : DeploymentException
[SerializableAttribute]
public ref class DeploymentOperationException : DeploymentException
[<SerializableAttribute>]
type DeploymentOperationException =
class
inherit DeploymentException
end
<SerializableAttribute>
Public Class DeploymentOperationException
Inherits DeploymentException
Constructors
Name | Description | |
---|---|---|
DeploymentOperationException() | Initializes a new instance of the DeploymentOperationException class with the default values. |
|
DeploymentOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances. |
|
DeploymentOperationException(String) | Initializes a new instance of the DeploymentOperationException class with the specified error message. |
|
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. |
Properties
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.) |
Methods
Name | Description | |
---|---|---|
AddError(Error) | Adds an error to the exception's collection of operation response errors. |
|
AddErrors(Collection<Error>) | Adds a collection of errors to the exception's collection of operation response errors. |
|
ClearErrors() | Clears out the error collection. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
|
GetType() | (Inherited from Exception.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Exception.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.MasterDataServices.Deployment Namespace
Return to top