DeploymentStagingException クラス
ステージング バッチ結果エラーのコレクションが埋め込まれた Master Data Services 配置エラーを表します。
継承階層
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() () () () | DeploymentStagingException クラスの新しいインスタンスを既定値で初期化します。 |
![]() |
DeploymentStagingException(String) | 指定したエラー メッセージを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentStagingException(SerializationInfo, StreamingContext) | 指定された SerializationInfo インスタンスと StreamingContext インスタンスを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) | 指定したエラー メッセージとエラー コレクションを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentStagingException(String, Exception) | 指定したエラー メッセージと内部例外を使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。 |
![]() |
DeploymentStagingException(String, Exception, Collection< (Of < <' (StagingBatchError> ) > > )) | 指定したエラー メッセージ、内部例外、およびエラー コレクションを使用して、DeploymentStagingException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Data | (Exception から継承されています。) |
![]() |
HelpLink | (Exception から継承されています。) |
![]() |
HResult | (Exception から継承されています。) |
![]() |
InnerException | (Exception から継承されています。) |
![]() |
Message | (Exception から継承されています。) |
![]() |
Source | (Exception から継承されています。) |
![]() |
StackTrace | (Exception から継承されています。) |
![]() |
StagingBatchErrors | この例外に関連付けられたステージング バッチ エラーを取得します。 |
![]() |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
AddError | 例外のステージング バッチ エラーのコレクションにエラーを追加します。 |
![]() |
AddErrors | 例外のステージング バッチ エラーのコレクションにエラーのコレクションを追加します。 |
![]() |
ClearErrors | エラー コレクションをクリアします。 |
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetBaseException | (Exception から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetObjectData | (Exception から継承されています。) |
![]() |
GetType | (Exception から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)
.gif)