DeploymentException-Klasse
Represents Master Data Services deployment errors.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.MasterDataServices.Deployment..::..DeploymentException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentOperationException
Microsoft.MasterDataServices.Deployment. . :: . .DeploymentStagingException
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DeploymentException _
Inherits Exception
'Usage
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
Der DeploymentException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
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.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
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.