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 | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
StagingBatchErrors | Gets the staging batch errors associated with this exception. | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
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 | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
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.