Condividi tramite


Classe DeploymentOperationException

Represents Master Data Services deployment errors with embedded collection services API operation errors.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices.Deployment
Assembly:  Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class DeploymentOperationException _
    Inherits DeploymentException
'Utilizzo
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

Nel tipo DeploymentOperationException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DeploymentOperationException() () () () Initializes a new instance of the DeploymentOperationException class with default values.
Metodo pubblico DeploymentOperationException(String) Initializes a new instance of the DeploymentOperationException class with the specified error message.
Metodo protetto DeploymentOperationException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances.
Metodo pubblico DeploymentOperationException(String, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.
Metodo pubblico DeploymentOperationException(String, Exception) Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Metodo pubblico DeploymentOperationException(String, Exception, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica Errors Gets the operation result errors associated with this exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà protetta HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico AddError Adds an error to the exception's collection of operation response errors.
Metodo pubblico AddErrors Adds a collection of errors to the exception's collection of operation response errors.
Metodo pubblico ClearErrors Clears out the error collection.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.