Classe DeploymentStagingException
Denotes Master Data Services deployment errors with an embedded collection of staging batch result errors.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentException
Microsoft.MasterDataServices.Deployment..::..DeploymentStagingException
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DeploymentStagingException _
Inherits DeploymentException
'Utilisation
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
Le type DeploymentStagingException expose les membres suivants.
Constructeurs
Nom | 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< (Of < <' (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< (Of < <' (StagingBatchError> ) > > )) | Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
StagingBatchErrors | Gets the staging batch errors associated with this exception. | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | 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 | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.