Clase DeploymentOperationException

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
<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

El tipo DeploymentOperationException expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública Errors Gets the operation result errors associated with the exception.
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido SerializeObjectState (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Deployment