DeploymentOperationException-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der DeploymentOperationException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DeploymentOperationException() Initializes a new instance of the DeploymentOperationException class with the default values.
Öffentliche Methode DeploymentOperationException(String) Initializes a new instance of the DeploymentOperationException class with the specified error message.
Geschützte Methode DeploymentOperationException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances.
Öffentliche Methode DeploymentOperationException(String, Collection<Error>) Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.
Öffentliche Methode DeploymentOperationException(String, Exception) Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Öffentliche Methode DeploymentOperationException(String, Exception, Collection<Error>) Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft Errors Gets the operation result errors associated with the exception.
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddError Adds an error to the exception's collection of operation response errors.
Öffentliche Methode AddErrors Adds a collection of errors to the exception's collection of operation response errors.
Öffentliche Methode ClearErrors Clears out the error collection.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis SerializeObjectState (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices.Deployment-Namespace