Compartilhar via


Classe DeploymentStagingException

Denotes 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> _
Public Class DeploymentStagingException _
    Inherits DeploymentException
'Uso
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

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 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< (Of < <' (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< (Of < <' (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 protegida 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 this 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 (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

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.