Compartilhar via


Classe DeploymentStagingException

Observação: essa API está obsoleta.

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

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
<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

O tipo DeploymentStagingException expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública StagingBatchErrors Gets the staging batch errors associated with the exception.
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Segurança crítica. (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Exception.)

Início

Eventos

  Nome Descrição
Evento protegido SerializeObjectState (Herdado de Exception.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Deployment