Classe DeploymentStagingException
Remarque : cette API est désormais obsolète.
The exception that is thrown for the 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> _
<ObsoleteAttribute("DeploymentStagingException is no longer thrown")> _
Public Class DeploymentStagingException _
Inherits DeploymentException
'Utilisation
Dim instance As DeploymentStagingException
[SerializableAttribute]
[ObsoleteAttribute("DeploymentStagingException is no longer thrown")]
public class DeploymentStagingException : DeploymentException
[SerializableAttribute]
[ObsoleteAttribute(L"DeploymentStagingException is no longer thrown")]
public ref class DeploymentStagingException : public DeploymentException
[<SerializableAttribute>]
[<ObsoleteAttribute("DeploymentStagingException is no longer thrown")>]
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 the 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. |
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 the 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 | Informations critiques de sécurité. (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
SerializeObjectState | (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.