Classe DeploymentException
Represents Master Data Services deployment errors.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.MasterDataServices.Deployment..::..DeploymentException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentOperationException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentStagingException
Espace de noms : Microsoft.MasterDataServices.Deployment
Assembly : Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class DeploymentException _
Inherits Exception
'Utilisation
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
Le type DeploymentException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.