DeploymentStagingException Class
Denotes Master Data Services deployment errors with an embedded collection of staging batch result errors.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentStagingException
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DeploymentStagingException _
Inherits DeploymentException
'Usage
Dim instance As DeploymentStagingException
[SerializableAttribute]
public class DeploymentStagingException : DeploymentException
[SerializableAttribute]
public ref class DeploymentStagingException : public DeploymentException
[<SerializableAttribute>]
type DeploymentStagingException =
class
inherit DeploymentException
end
public class DeploymentStagingException extends DeploymentException
The DeploymentStagingException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DeploymentStagingException() | Initializes a new instance of the DeploymentStagingException class with 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. |
Top
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 this exception. | |
TargetSite | (Inherited from Exception.) |
Top
Methods
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 | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
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.