Condividi tramite


Classe DeploymentStagingException

Nota: questa API è obsoleta.

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

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

Nel tipo DeploymentStagingException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DeploymentStagingException() Initializes a new instance of the DeploymentStagingException class with the default values.
Metodo pubblico DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Metodo protetto DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Metodo pubblico DeploymentStagingException(String, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Metodo pubblico DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Metodo pubblico DeploymentStagingException(String, Exception, Collection<StagingBatchError>) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica StagingBatchErrors Gets the staging batch errors associated with the exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico AddError Adds an error to the exception's collection of staging batch errors.
Metodo pubblico AddErrors Adds a collection of errors to the exception's collection of staging batch errors.
Metodo pubblico ClearErrors Clears out the error collection.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Criticità per la sicurezza. Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Eventi

  Nome Descrizione
Evento protetto SerializeObjectState Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices.Deployment