Share via


Clase DeploymentException

The exception that is thrown for the Master Data Services deployment errors.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DeploymentException _
    Inherits Exception
'Uso
Dim instance As DeploymentException
[SerializableAttribute]
public class DeploymentException : Exception
[SerializableAttribute]
public ref class DeploymentException : public Exception
[<SerializableAttribute>]
type DeploymentException =  
    class 
        inherit Exception 
    end
public class DeploymentException extends Exception

El tipo DeploymentException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DeploymentException() Initializes a new instance of the DeploymentException class with the default values.
Método público DeploymentException(String) Initializes a new instance of the DeploymentException class with the specified error message.
Método protegido DeploymentException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances.
Método público DeploymentException(String, Exception) Initializes a new instance of the DeploymentException class with the specified error message and inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de 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 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