Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Data | (Geerbt von Exception.) |
![]() |
Errors | Gets the operation result errors associated with the exception. |
![]() |
HelpLink | (Geerbt von Exception.) |
![]() |
HResult | (Geerbt von Exception.) |
![]() |
InnerException | (Geerbt von Exception.) |
![]() |
Message | (Geerbt von Exception.) |
![]() |
Source | (Geerbt von Exception.) |
![]() |
StackTrace | (Geerbt von Exception.) |
![]() |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
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 | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetBaseException | (Geerbt von Exception.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetObjectData | Sicherheitskritisch (Geerbt von Exception.) |
![]() |
GetType | (Geerbt von Exception.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
| Name | Beschreibung | |
|---|---|---|
![]() |
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.
.gif)
.gif)
.gif)
.gif)