Share via


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
Méthode publique DeploymentStagingException() () () () Initializes a new instance of the DeploymentStagingException class with default values.
Méthode publique DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Méthode protégée DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Méthode publique DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Méthode publique DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Méthode publique 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
Propriété publique Data (hérité de Exception.)
Propriété publique HelpLink (hérité de Exception.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique StagingBatchErrors Gets the staging batch errors associated with this exception.
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique AddError Adds an error to the exception's collection of staging batch errors.
Méthode publique AddErrors Adds a collection of errors to the exception's collection of staging batch errors.
Méthode publique ClearErrors Clears out the error collection.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.