DeploymentStagingException Class
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.
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.DeploymentStagingException
Syntax
[SerializableAttribute]
[ObsoleteAttribute("DeploymentStagingException is no longer thrown")]
public class DeploymentStagingException : DeploymentException
[SerializableAttribute]
[ObsoleteAttribute("DeploymentStagingException is no longer thrown")]
public ref class DeploymentStagingException : DeploymentException
[<SerializableAttribute>]
[<ObsoleteAttribute("DeploymentStagingException is no longer thrown")>]
type DeploymentStagingException =
class
inherit DeploymentException
end
<SerializableAttribute>
<ObsoleteAttribute("DeploymentStagingException is no longer thrown")>
Public Class DeploymentStagingException
Inherits DeploymentException
Constructors
Name | Description | |
---|---|---|
DeploymentStagingException() | Initializes a new instance of the DeploymentStagingException class with the default values. |
|
DeploymentStagingException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances. |
|
DeploymentStagingException(String) | Initializes a new instance of the DeploymentStagingException class with the specified error message. |
|
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. |
Properties
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.) |
Methods
Name | Description | |
---|---|---|
AddError(StagingBatchError) | Adds an error to the exception's collection of staging batch errors. |
|
AddErrors(Collection<StagingBatchError>) | Adds a collection of errors to the exception's collection of staging batch 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