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 | |
---|---|---|
![]() |
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | Ereditato da Exception. |
![]() |
Errors | Gets the operation result errors associated with this exception. |
![]() |
HelpLink | Ereditato da Exception. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da Exception. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
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 | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Ereditato da Exception. |
![]() |
GetType | Ereditato da Exception. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.