Condividi tramite


Classe DeploymentStagingException

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

Nel tipo DeploymentStagingException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DeploymentStagingException() () () () Initializes a new instance of the DeploymentStagingException class with 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< (Of < <' (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< (Of < <' (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à protetta 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 this 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 Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString 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.