Clase DeploymentStagingException

Nota: esta API ya está obsoleta.

The exception that is thrown for the Master Data Services deployment errors with an embedded collection of staging batch result errors.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.MasterDataServices.Deployment.DeploymentException
      Microsoft.MasterDataServices.Deployment.DeploymentStagingException

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<ObsoleteAttribute("DeploymentStagingException is no longer thrown")> _
Public Class DeploymentStagingException _
    Inherits DeploymentException
'Uso
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

El tipo DeploymentStagingException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DeploymentStagingException() Initializes a new instance of the DeploymentStagingException class with the default values.
Método público DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Método protegido DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Método público DeploymentStagingException(String, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Método público DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Método público DeploymentStagingException(String, Exception, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública StagingBatchErrors Gets the staging batch errors associated with the exception.
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público AddError Adds an error to the exception's collection of staging batch errors.
Método público AddErrors Adds a collection of errors to the exception's collection of staging batch errors.
Método público ClearErrors Clears out the error collection.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Deployment