Compartilhar via


Classe DeploymentOperationException

The exception that is thrown for the Master Data Services deployment errors with an embedded collection of services API operation errors.

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (em Microsoft.MasterDataServices.Deployment.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class DeploymentOperationException _
    Inherits DeploymentException
'Uso
Dim instance As DeploymentOperationException
[SerializableAttribute]
public class DeploymentOperationException : DeploymentException
[SerializableAttribute]
public ref class DeploymentOperationException : public DeploymentException
[<SerializableAttribute>]
type DeploymentOperationException =  
    class 
        inherit DeploymentException 
    end
public class DeploymentOperationException extends DeploymentException

O tipo DeploymentOperationException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DeploymentOperationException() Initializes a new instance of the DeploymentOperationException class with the default values.
Método público DeploymentOperationException(String) Initializes a new instance of the DeploymentOperationException class with the specified error message.
Método protegido DeploymentOperationException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances.
Método público DeploymentOperationException(String, Collection<Error>) Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.
Método público DeploymentOperationException(String, Exception) Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Método público DeploymentOperationException(String, Exception, Collection<Error>) Initializes a new instance of the DeploymentOperationException 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 Errors Gets the operation result errors associated with the exception.
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade pública 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 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 operation response errors.
Método público AddErrors Adds a collection of errors to the exception's collection of operation response 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 Segurança crítica. (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

Eventos

  Nome Descrição
Evento protegido SerializeObjectState (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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Deployment