Classe DeploymentException
Represents Master Data Services deployment errors.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.MasterDataServices.Deployment..::..DeploymentException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentOperationException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentStagingException
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DeploymentException _
Inherits Exception
'Utilizzo
Dim instance As DeploymentException
[SerializableAttribute]
public class DeploymentException : Exception
[SerializableAttribute]
public ref class DeploymentException : public Exception
[<SerializableAttribute>]
type DeploymentException =
class
inherit Exception
end
public class DeploymentException extends Exception
Nel tipo DeploymentException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
DeploymentException() () () () | Initializes a new instance of the DeploymentException class with default values. |
![]() |
DeploymentException(String) | Initializes a new instance of the DeploymentException class with the specified error message. |
![]() |
DeploymentException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances. |
![]() |
DeploymentException(String, Exception) | Initializes a new instance of the DeploymentException class with the specified error message and inner exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | Ereditato da 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 | |
---|---|---|
![]() |
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.