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 | |
---|---|---|
DeploymentOperationException() | Initializes a new instance of the DeploymentOperationException class with the default values. | |
DeploymentOperationException(String) | Initializes a new instance of the DeploymentOperationException class with the specified error message. | |
DeploymentOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances. | |
DeploymentOperationException(String, Collection<Error>) | Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection. | |
DeploymentOperationException(String, Exception) | Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception. | |
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 | |
---|---|---|
Data | (Se hereda de Exception.) | |
Errors | Gets the operation result errors associated with the exception. | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddError | Adds an error to the exception's collection of operation response errors. | |
AddErrors | Adds a collection of errors to the exception's collection of operation response errors. | |
ClearErrors | Clears out the error collection. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
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.