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.
Hinweis: Diese API ist veraltet.
The exception that is thrown for the Master Data Services deployment errors with an embedded collection of staging batch result errors.
Vererbungshierarchie
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentStagingException
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ObsoleteAttribute("DeploymentStagingException is no longer thrown")> _
Public Class DeploymentStagingException _
Inherits DeploymentException
'Usage
Dim instance As DeploymentStagingException
[SerializableAttribute]
[ObsoleteAttribute("DeploymentStagingException is no longer thrown")]
public class DeploymentStagingException : DeploymentException
[SerializableAttribute]
[ObsoleteAttribute(L"DeploymentStagingException is no longer thrown")]
public ref class DeploymentStagingException : public DeploymentException
[<SerializableAttribute>]
[<ObsoleteAttribute("DeploymentStagingException is no longer thrown")>]
type DeploymentStagingException =
class
inherit DeploymentException
end
public class DeploymentStagingException extends DeploymentException
Der DeploymentStagingException-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
DeploymentStagingException() | Initializes a new instance of the DeploymentStagingException class with the default values. |
![]() |
DeploymentStagingException(String) | Initializes a new instance of the DeploymentStagingException class with the specified error message. |
![]() |
DeploymentStagingException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances. |
![]() |
DeploymentStagingException(String, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection. |
![]() |
DeploymentStagingException(String, Exception) | Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception. |
![]() |
DeploymentStagingException(String, Exception, Collection<StagingBatchError>) | Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Data | (Geerbt von 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.) |
![]() |
StagingBatchErrors | Gets the staging batch errors associated with the exception. |
![]() |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
AddError | Adds an error to the exception's collection of staging batch errors. |
![]() |
AddErrors | Adds a collection of errors to the exception's collection of staging batch 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)