DeploymentOperationException-Klasse
Represents Master Data Services deployment errors with embedded collection 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 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< (Of < <' (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< (Of < <' (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 this 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 | (Geerbt von Exception.) |
![]() |
GetType | (Geerbt von Exception.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (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)