Класс DeploymentStagingException

Denotes Master Data Services deployment errors with an embedded collection of staging batch result errors.

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.MasterDataServices.Deployment. . :: . .DeploymentException
      Microsoft.MasterDataServices.Deployment..::..DeploymentStagingException

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class DeploymentStagingException _
    Inherits DeploymentException
'Применение
Dim instance As DeploymentStagingException
[SerializableAttribute]
public class DeploymentStagingException : DeploymentException
[SerializableAttribute]
public ref class DeploymentStagingException : public DeploymentException
[<SerializableAttribute>]
type DeploymentStagingException =  
    class
        inherit DeploymentException
    end
public class DeploymentStagingException extends DeploymentException

Тип DeploymentStagingException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DeploymentStagingException() () () () Initializes a new instance of the DeploymentStagingException class with default values.
Открытый метод DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Защищенный метод DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Открытый метод DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Открытый метод DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Открытый метод DeploymentStagingException(String, Exception, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink (Производный от Exception.)
Защищенное свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство StagingBatchErrors Gets the staging batch errors associated with this exception.
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод AddError Adds an error to the exception's collection of staging batch errors.
Открытый метод AddErrors Adds a collection of errors to the exception's collection of staging batch errors.
Открытый метод ClearErrors Clears out the error collection.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.