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 | |
---|---|---|
![]() |
DeploymentStagingException() () () () | Initializes a new instance of the DeploymentStagingException class with default values. |
![]() |
DeploymentStagingException(String) | Initializes a new instance of the DeploymentStagingException class with the specified error message. |
![]() |
DeploymentStagingException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances. |
![]() |
DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) | Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection. |
![]() |
DeploymentStagingException(String, Exception) | Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception. |
![]() |
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 | |
---|---|---|
![]() |
Data | Ereditato da Exception. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da Exception. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
StagingBatchErrors | Gets the staging batch errors associated with this exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
AddError | Adds an error to the exception's collection of staging batch errors. |
![]() |
AddErrors | Adds a collection of errors to the exception's collection of staging batch errors. |
![]() |
ClearErrors | Clears out the error collection. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Ereditato da Exception. |
![]() |
GetType | Ereditato da Exception. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.