Класс DeploymentException
The exception that is thrown for the Master Data Services deployment errors.
Иерархия наследования
System.Object
System.Exception
Microsoft.MasterDataServices.Deployment.DeploymentException
Microsoft.MasterDataServices.Deployment.DeploymentOperationException
Microsoft.MasterDataServices.Deployment.DeploymentStagingException
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class DeploymentException _
Inherits Exception
'Применение
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
Тип DeploymentException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
DeploymentException() | Initializes a new instance of the DeploymentException class with the 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. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
HelpLink | (Производный от Exception.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | (Производный от Exception.) |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) |
![]() |
GetType | (Производный от Exception.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Exception.) |
В начало
События
Имя | Описание | |
---|---|---|
![]() |
SerializeObjectState | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.